Skip to content

Commit

Permalink
BUG Don’t click hidden button
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Jun 27, 2017
1 parent c4a4b9e commit af1654e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/features/publish-a-page.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit af1654e

Please sign in to comment.