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
Scenario: preview markdown file in presentation viewer
12
12
When user "admin" previews a markdown file "test-markdown.md" in presentation viewer
13
13
Then markdown file "test-markdown.md" should be opened in the presentation viewer
14
-
15
-
16
-
Scenario: check content of a slide
17
-
When user "admin" previews a markdown file "test-markdown.md" in presentation viewer
14
+
And the content of the current slide should be "PRESENTATION VIEWER"
15
+
# change slide with button in UI
16
+
When user "admin" navigates to the next slide using navigation button
17
+
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."
18
+
When user "admin" navigates to the previous slide using navigation button
18
19
Then the content of the current slide should be "PRESENTATION VIEWER"
20
+
# change slide with keyboard
21
+
When user "admin" navigates to the next slide using keyboard
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
+
When user "admin" navigates to the previous slide using keyboard
24
+
Then the content of the current slide should be "PRESENTATION VIEWER"
0 commit comments