diff --git a/tests/features/basic_ipe.feature b/tests/features/basic_ipe.feature index 7d3c610..2a6ff3a 100644 --- a/tests/features/basic_ipe.feature +++ b/tests/features/basic_ipe.feature @@ -11,7 +11,6 @@ Feature: Make basic changes with the IPE @api @javascript Scenario: Change layout When I change layout with the Panels IPE - And I wait 2 seconds And I click "Phelan" And I press "Save" in the "CTools modal" region And I wait for the Panels IPE to deactivate diff --git a/tests/features/contentitem_widget.feature b/tests/features/contentitem_widget.feature index ca2f171..76e4e30 100644 --- a/tests/features/contentitem_widget.feature +++ b/tests/features/contentitem_widget.feature @@ -66,7 +66,6 @@ Feature: Add content item | exposed[title] | Test Page 1 | And I select the radio button "Content" And I select the radio button "Teaser" - And I wait 5 seconds And I press "Save" in the "CTools modal" region And I press "Save" And I wait for the Panels IPE to deactivate diff --git a/tests/features/contentpage.feature b/tests/features/contentpage.feature index 46d8634..bbdf206 100644 --- a/tests/features/contentpage.feature +++ b/tests/features/contentpage.feature @@ -23,7 +23,6 @@ Feature: Add content page @api @javascript @panopoly_pages @local_files Scenario: Add a Featured Image with incorrect dimensions When I attach the file "test-sm.png" to "files[field_featured_image_und_0]" - And I wait 5 seconds Then I should see "The specified file test-sm.png could not be uploaded. The image is too small; the minimum dimensions are 300x200 pixels." @api @javascript @panopoly_pages @local_files