From af1654eda3dd9306a9828e5e5c7ac784a8ec47c6 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 27 Jun 2017 17:21:55 +1200 Subject: [PATCH] =?UTF-8?q?BUG=20Don=E2=80=99t=20click=20hidden=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/behat/features/publish-a-page.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/publish-a-page.feature b/tests/behat/features/publish-a-page.feature index c2bc8f06..516d6331 100644 --- a/tests/behat/features/publish-a-page.feature +++ b/tests/behat/features/publish-a-page.feature @@ -20,7 +20,7 @@ Feature: Publish a page And I click on "My Page" in the tree And I press the "Save & publish" button - Then I press the "Log out" button + Then I am not logged in And I go to "/my-page" Then I should see "initial content" @@ -66,7 +66,7 @@ Feature: Publish a page When I click "More options" in the "#ActionMenus" element And I press the "Unpublish" button, confirming the dialog - Then I press the "Log out" button + Then I am not logged in And I go to "/hello" Then the page can't be found