From 7139e81d7aafd4cfaee22ddcacead4c647638904 Mon Sep 17 00:00:00 2001 From: ishabaral Date: Tue, 21 Jul 2026 11:58:43 +0545 Subject: [PATCH] update: server test plans --- Server/Test_Plan_OCIS_Compatibility_Test.md | 2 +- Server/Test_Plan_OCIS_Files_Texteditor.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Server/Test_Plan_OCIS_Compatibility_Test.md b/Server/Test_Plan_OCIS_Compatibility_Test.md index c77a5b71..9cf1c441 100644 --- a/Server/Test_Plan_OCIS_Compatibility_Test.md +++ b/Server/Test_Plan_OCIS_Compatibility_Test.md @@ -28,7 +28,7 @@ users - [ ] non demo user with role admin - [ ] non demo user with role user - [ ] created new user -- [ ] disabled user +- [ ] deleted user - [ ] created new group settings diff --git a/Server/Test_Plan_OCIS_Files_Texteditor.md b/Server/Test_Plan_OCIS_Files_Texteditor.md index 9dc7ad85..aad74dbd 100644 --- a/Server/Test_Plan_OCIS_Files_Texteditor.md +++ b/Server/Test_Plan_OCIS_Files_Texteditor.md @@ -8,7 +8,7 @@ Test Case | Paste a URL link and click it | URL should open in new tab (user should not loose any progress)| | | | No external links should be present eg. github link | no external link | | | | Add an markdown image manually `![alt](url)` | image should render | | | -| Upload image in editor (add image link,upload image) | image should render | | | +| Upload image in editor (add image link) | image should render | | | | Use inline and block formulas (`$x+y^{2x}$`,`$$ \sqrt[3]{x} $$`) | formulas should render correctly | | | | Create a mermaid diagram | Mermaid diagram should render correctly| | | | Add code blocks | should render correctly | | | @@ -17,4 +17,4 @@ Test Case The editor should have a FAQ or a tooltip that should include: - programming languages supported in fenced code blocks -- supported shortcuts on Windows and Mac +- supported shortcuts