We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7074b0 commit 8c67704Copy full SHA for 8c67704
example/test/behat.yml
@@ -21,6 +21,8 @@ default:
21
drupal:
22
drupal_root: './build/html'
23
api_driver: 'drupal'
24
+ region_map:
25
+ header: "#header"
26
27
ci:
28
formatter:
test/test_assets_d8/test/features/example.feature
@@ -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
0 commit comments