From 08747ba79f937ffc75ed31d3e1f049fb8c31b09f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 16 Dec 2024 14:17:43 +1300 Subject: [PATCH] MNT Fix behat test --- tests/Behat/features/restore-archived-page.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"