MDL-72173 behat: Fix typo Logout <> Log out

This commit is contained in:
Andrew Nicols
2021-09-16 15:03:07 +08:00
parent ad8283a80f
commit 92018f6971
+1 -1
View File
@@ -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