Cmcmahon has submitted this change and it was merged.

Change subject: Fix failing login test
......................................................................


Fix failing login test

Looks like title attribute is not the same on Mac and Linux. :(

Bug: 50130
Change-Id: I69d102ad2d70d272e4a33eb5481f707162b7b2c3
---
M features/support/pages/login_page.rb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Cmcmahon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/features/support/pages/login_page.rb 
b/features/support/pages/login_page.rb
index 2ae316f..3ef338d 100644
--- a/features/support/pages/login_page.rb
+++ b/features/support/pages/login_page.rb
@@ -10,7 +10,7 @@
   a(:phishing, text: 'phishing')
   a(:password_strength, text: 'password strength')
   text_field(:username, id: 'wpName1')
-  a(:username_displayed, title: "Your user page [ctrl-option-.]")
+  a(:username_displayed, title: /Your user page/)
 
   def logged_in_as_element
     @browser.div(id: 'mw-content-text').p.b

-- 
To view, visit https://gerrit.wikimedia.org/r/70651
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I69d102ad2d70d272e4a33eb5481f707162b7b2c3
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: Rachel99 <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to