Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / features / messages.feature
1 @api @d8
2 Feature: Ensure that messages are working properly on local installs
3   In order to be sure that Drupal 8 with Big Pipe enabled can be tested
4   Messages are tested against a local installation
5
6   Scenario: Non-JS messages
7     Given I am on "/user/login"
8     When I fill in "a fake user" for "Username"
9     And I fill in "a fake password" for "Password"
10     When I press "Log in"
11     Then I should see the error message "Unrecognized username or password"
12
13   @javascript
14   Scenario: JS messages
15     Given I am on "/user/login"
16     When I fill in "a fake user" for "Username"
17     And I fill in "a fake password" for "Password"
18     When I press "Log in"
19     Then I should see the error message "Unrecognized username or password"