From 84d82ce72ecef43d3944f1da5e0d3dc9a39638b2 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 16 Sep 2021 15:03:07 +0800 Subject: [PATCH] MDL-72173 behat: Fix typo Logout <> Log out --- auth/tests/behat/login.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/tests/behat/login.feature b/auth/tests/behat/login.feature index 12cb5da1f6e..d23d1558625 100644 --- a/auth/tests/behat/login.feature +++ b/auth/tests/behat/login.feature @@ -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