You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user "admin" navigates to the next slide using keyboard
22
22
Then the content of the current slide should be "An extension for OpenCloud & ownCloud Infinite Scale (oCIS) that allows users to create slide presentations directly from markdown files."
23
23
When user "admin" navigates to the previous slide using keyboard
24
-
Then the content of the current slide should be "PRESENTATION VIEWER"
24
+
Then the content of the current slide should be "PRESENTATION VIEWER"
25
+
26
+
Scenario: re-open markdown file in presentation viewer after opening in text editor
27
+
When user "admin" previews markdown file "test-markdown.md" in presentation viewer
28
+
Then markdown file "test-markdown.md" should be opened in the presentation viewer
29
+
And the content of the current slide should be "PRESENTATION VIEWER"
30
+
When user "admin" opens file "test-markdown.md" in text editor using sidebar panel
31
+
Then file "test-markdown.md" should be opened in the text editor
32
+
When user "admin" previews markdown file "test-markdown.md" in presentation viewer using sidebar panel
33
+
Then markdown file "test-markdown.md" should be opened in the presentation viewer
34
+
And the content of the current slide should be "PRESENTATION VIEWER"
0 commit comments