Skip to content

Commit

Permalink
Fixes silverstripe#944: More Robust wait for text
Browse files Browse the repository at this point in the history
  • Loading branch information
srizzling committed Jun 30, 2014
1 parent c45fb5a commit 73330d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/behat/features/manage-files.feature
Expand Up @@ -27,7 +27,7 @@ Feature: Manage files
Given I click on "folder1" in the "Files" table
And I press the "Upload" button
And I attach the file "testfile.jpg" to "AssetUploadField" with HTML5
And I wait for 5 seconds
And I wait until I see the text "File upload completed!"
And I press the "Back to folder" button
Then the "folder1" table should contain "testfile"

Expand Down

0 comments on commit 73330d0

Please sign in to comment.