Fixed behat tests to confirm file deletion dialog

This commit is contained in:
Ingo Schommer 2013-08-16 13:05:30 +02:00
parent fb67181366
commit 362d35742f

View File

@ -44,6 +44,7 @@ Feature: Manage files
Given I click on "folder1" in the "Files" table
And I click on "file1" in the "folder1" table
And I press the "Delete" button
And I confirm the dialog
Then the "folder1" table should not contain "file1"
Scenario: I can change the folder of a file