mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Behat: Fixed step notation
This commit is contained in:
parent
7791f20f49
commit
4603378e00
@ -49,7 +49,7 @@ Feature: Manage files
|
|||||||
Scenario: I can change the folder of a file
|
Scenario: I can change the folder of a file
|
||||||
Given I click on "folder1" in the "Files" table
|
Given I click on "folder1" in the "Files" table
|
||||||
And I click on "file1" in the "folder1" table
|
And I click on "file1" in the "folder1" table
|
||||||
And I fill in "folder2" for "ParentID" dropdown
|
And I fill in "folder2" for the "ParentID" dropdown
|
||||||
And I press the "Save" button
|
And I press the "Save" button
|
||||||
# /show/0 is to ensure that we are on top level folder
|
# /show/0 is to ensure that we are on top level folder
|
||||||
And I go to "/admin/assets/show/0"
|
And I go to "/admin/assets/show/0"
|
||||||
|
Loading…
Reference in New Issue
Block a user