Skip to content

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Nov 18, 2022
1 parent cf07c1c commit cdd1313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature: move files
And user "Alice" has uploaded file "lorem.txt" to "simple-folder/lorem.txt" in the server
And the user has browsed to the personal page
When the user tries to move file "lorem.txt" into folder "simple-folder" using the webUI
Then the "modal error" message with header 'File with name lorem.txt already exists.' should be displayed on the webUI
Then the "modal error" message with header 'File with name "lorem.txt" already exists.' should be displayed on the webUI

@smokeTest @ocisSmokeTest @disablePreviews
Scenario: Move multiple files at once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Feature: move folders
And user "Alice" has logged in using the webUI
And the user has browsed to the personal page
When the user tries to move folder "simple-empty-folder" into folder "simple-folder" using the webUI
Then the "modal error" message with header 'Folder with name simple-empty-folder already exists.' should be displayed on the webUI
Then the "modal error" message with header 'Folder with name "simple-empty-folder" already exists.' should be displayed on the webUI

@smokeTest
Scenario: Move multiple folders at once
Expand Down

0 comments on commit cdd1313

Please sign in to comment.