Skip to content

Commit

Permalink
Split actions on folders test into oc10 and ocis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Oct 4, 2021
1 parent afc90fd commit 2f736b9
Showing 1 changed file with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@ Background: prepare user and files
And user "Alice" has logged in using the webUI
And the user has browsed to the files page

Scenario: observe different actions menu options on selecting different file types or folder
Scenario: observe different actions menu options on selecting different file types
Given user "Alice" has uploaded file with content "pdf file" to "lorem.pdf"
And the user has reloaded the current page of the webUI
When the user opens the actions sidebar panel of folder "simple-folder" on the webUI
Then the app-sidebar for folder "simple-folder" should be visible on the webUI
And only the following items with default items should be visible in the actions menu on the webUI
| items |
| open folder |
| download folder |
When the user opens the actions sidebar panel of file "lorem.txt" on the webUI
Then the app-sidebar for file "lorem.txt" should be visible on the webUI
And only the following items with default items should be visible in the actions menu on the webUI
Expand All @@ -38,3 +32,20 @@ Background: prepare user and files
| items |
| open in mediaviewer |
| download |

@skipOnOC10
Scenario: observe different actions menu options on selecting a folder
When the user opens the actions sidebar panel of folder "simple-folder" on the webUI
Then the app-sidebar for folder "simple-folder" should be visible on the webUI
And only the following items with default items should be visible in the actions menu on the webUI
| items |
| open folder |
| download folder |

@skipOnOCIS
Scenario: observe different actions menu options on selecting a folder
When the user opens the actions sidebar panel of folder "simple-folder" on the webUI
Then the app-sidebar for folder "simple-folder" should be visible on the webUI
And only the following items with default items should be visible in the actions menu on the webUI
| items |
| open folder |

0 comments on commit 2f736b9

Please sign in to comment.