Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/70651


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/51/70651/1

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: newchange
Gerrit-Change-Id: I69d102ad2d70d272e4a33eb5481f707162b7b2c3
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>

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

Reply via email to