diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature index 30be0246acb2c15b3f5b401fd3c707eb4a9f85a9..47f0b8ac5c095410c785d00b9659ddb7d2c34263 100644 --- a/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature +++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature @@ -120,7 +120,8 @@ I want to be able to add and remove entities to any allowed entity queue. Then I should see "Test hero slider #1" When I click "Edit" in the "Test hero slider #1" row And I wait - And I click "Delete" + Then I should see "Delete" + When I click "edit-delete" And I wait Then I should see "This action cannot be undone." When I press the "Delete" button @@ -138,10 +139,10 @@ I want to be able to add and remove entities to any allowed entity queue. And I wait Then I should see "Test hero slider #2" When I click "Edit" in the "Test hero slider #2" row - And I wait - And I click "Delete" + Then I should see "Delete" + When I click "edit-delete" And I wait Then I should see "This action cannot be undone." When I press the "Delete" button And I wait - Then I should see "The Hero slider Test hero slider #2 has been deleted." + Then I should see "The Hero slider Test hero slider #1 has been deleted."