UI tests, testing renaming a file/folder into .htaccess#28738
Conversation
| |Could not rename "data.zip"| | ||
| And the file "data.zip" should be listed | ||
|
|
||
| Scenario: Rename a file to a forbidden name |
There was a problem hiding this comment.
Isn't this the same as the .htaccess case of the scenario at line 37?
| |Could not rename "simple-folder"| | ||
| And the folder "simple-folder" should be listed | ||
|
|
||
| Scenario: Rename a folder to a forbidden name |
There was a problem hiding this comment.
and this is already on the scenario at line 36?
|
true deleted the duplication. Maybe its good to keep the separate #28737 (comment) |
|
So do you just want to make a separate scenario so that the scenario text is more accurate? Also, if you do it this way, you need to also delete the extra 'Could not rename "data.zip"' in the other scenarios. |
fb33f88 to
eb1b4e5
Compare
ether splitting here or merging in master |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
some additional UI tests