From a76dea5315271aa0e718444d3d156710798c945c Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Mon, 31 Oct 2022 11:57:49 +0545 Subject: [PATCH] fix typo in beta testplan --- docs/ocis/development/beta-testplan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/development/beta-testplan.md b/docs/ocis/development/beta-testplan.md index 44eaea250..38ab5ec40 100644 --- a/docs/ocis/development/beta-testplan.md +++ b/docs/ocis/development/beta-testplan.md @@ -174,7 +174,7 @@ Prerequisite: | Test Case | Expected Result | Comment | |--------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|---------| -| Login with the created user | Admin logs in. | | +| Login with the created user | User logs in. | | | Create a text file. | Text editor can open, file is saved. | | | Create a text file with special characters as name | file is created if the name is legal otherwise an error is displayed | | | Modify a text file. | File can be modified, no problems found. | |