Skip to content

Commit

Permalink
MDL-72173 behat: Fix typo Logout <> Log out
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 16, 2021
1 parent 030dae8 commit 84d82ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/tests/behat/login.feature
Expand Up @@ -37,7 +37,7 @@ Feature: Authentication

Scenario: Log out using the Log out link
Given I log in as "admin"
When I click on "Logout" "link" in the "#page-footer" "css_element"
When I click on "Log out" "link" in the "#page-footer" "css_element"
Then I should see "You are not logged in" in the "page-footer" "region"

Scenario Outline: Checking the display of the Remember username checkbox
Expand Down

0 comments on commit 84d82ce

Please sign in to comment.