diff --git a/tests/Behat/features/restore-archived-page.feature b/tests/Behat/features/restore-archived-page.feature index 03c792b9..81564f8d 100644 --- a/tests/Behat/features/restore-archived-page.feature +++ b/tests/Behat/features/restore-archived-page.feature @@ -26,7 +26,7 @@ Feature: Restore to draft And I press the "Unpublish and archive" button, confirming the dialog And I go to "/admin/archive" Then I should see "MyPage" in the "#Form_EditForm" element - Then I click "MyPage" in the "#Form_EditForm" element + Then I click on the ".col-Title" element When I press the "Restore to draft" button Then I should see "Successfully restored the page" in the "#Form_EditForm" element And I go to "/admin/pages"