Skip to content

Commit 8c67704

Browse files
committed
More specific account link for PhantomJS
1 parent c7074b0 commit 8c67704

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/test/behat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ default:
2121
drupal:
2222
drupal_root: './build/html'
2323
api_driver: 'drupal'
24+
region_map:
25+
header: "#header"
2426

2527
ci:
2628
formatter:

test/test_assets_d8/test/features/example.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tests are meant both to verify the Drupal install as well as Behat test features
2222
menu item is clicked.
2323
Given I am logged in as a user with the "administrator" role
2424
And I am on the homepage
25-
And I click "My account"
25+
And I click "My account" in the header
2626
And I click "Edit"
2727
When I fill in "pass[pass1]" with "123"
2828
Then I should see "Password strength" in the ".form-item-pass-pass1" element

0 commit comments

Comments
 (0)