Skip to content

Commit

Permalink
Merge pull request owncloud#5134 from owncloud/fixTriesTo
Browse files Browse the repository at this point in the history
[Tests-Only]Adjust the tries to steps for rename files/folders
  • Loading branch information
jasson99 authored May 21, 2021
2 parents dd57708 + f4db1a3 commit bb04092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Feature: rename files

@skipOnOC10
Scenario: Rename a file to .part
When the user tries to rename file "data.zip" to "data.part" using the webUI
When the user renames file "data.zip" to "data.part" using the webUI
Then file 'data.part' should be listed on the webUI

@ocis-reva-issue-64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Feature: rename folders

@skipOnOC10
Scenario Outline: Rename a folder using forbidden characters
When the user tries to rename folder <from_name> to <to_name> using the webUI
When the user renames folder <from_name> to <to_name> using the webUI
Then folder <to_name> should be listed on the webUI
Examples:
| from_name | to_name |
Expand Down Expand Up @@ -141,7 +141,7 @@ Feature: rename folders

@skipOnOC10
Scenario: Rename a folder to .part (on ocis)
When the user tries to rename folder "simple-folder" to "simple.part" using the webUI
When the user renames folder "simple-folder" to "simple.part" using the webUI
Then folder "simple.part" should be listed on the webUI

Scenario: User tries to rename a folder that used to exist but does not anymore
Expand Down

0 comments on commit bb04092

Please sign in to comment.