Skip to content

Commit

Permalink
More specific account link for PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Mar 9, 2016
1 parent c7074b0 commit 8c67704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/test/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ default:
drupal:
drupal_root: './build/html'
api_driver: 'drupal'
region_map:
header: "#header"

ci:
formatter:
Expand Down
2 changes: 1 addition & 1 deletion test/test_assets_d8/test/features/example.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tests are meant both to verify the Drupal install as well as Behat test features
menu item is clicked.
Given I am logged in as a user with the "administrator" role
And I am on the homepage
And I click "My account"
And I click "My account" in the header
And I click "Edit"
When I fill in "pass[pass1]" with "123"
Then I should see "Password strength" in the ".form-item-pass-pass1" element
Expand Down

0 comments on commit 8c67704

Please sign in to comment.