From f737dc9a864443b30cd908dbf3d27b890ba4f4d4 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 27 Sep 2019 08:11:44 +0200 Subject: Remove input id on login form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) Signed-off-by: npmbuildbot[bot] --- tests/acceptance/features/bootstrap/LoginPageContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/acceptance/features/bootstrap/LoginPageContext.php b/tests/acceptance/features/bootstrap/LoginPageContext.php index 7862e306b26..ceb90263e4e 100644 --- a/tests/acceptance/features/bootstrap/LoginPageContext.php +++ b/tests/acceptance/features/bootstrap/LoginPageContext.php @@ -58,7 +58,7 @@ class LoginPageContext implements Context, ActorAwareInterface { * @return Locator */ public static function loginButton() { - return Locator::forThe()->id("submit")-> + return Locator::forThe()->id("submit-form")-> describedAs("Login button in Login page"); } -- cgit v1.2.3