Zfilipin has submitted this change and it was merged.

Change subject: id value for Search button changed
......................................................................


id value for Search button changed

Change-Id: Ia191b881871010499622fc34abf65e41adcf5143
---
M features/support/pages/random_page.rb
M features/support/pages/search_page.rb
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/features/support/pages/random_page.rb 
b/features/support/pages/random_page.rb
index cc97b08..fe0ebae 100644
--- a/features/support/pages/random_page.rb
+++ b/features/support/pages/random_page.rb
@@ -20,7 +20,7 @@
   a(:print_export, text: 'Print/export')
   a(:printable_version, text: 'Printable version')
   li(:uls_malayalam_inscript2_item, data_ime_inputmethod: 'ml-inscript2')
-  button(:search_button, id: 'mw-searchButton')
+  button(:search_button, id: 'searchButton')
   text_field(:search_input, id: 'searchInput')
   a(:uls_trigger, class: 'uls-trigger')
 end
diff --git a/features/support/pages/search_page.rb 
b/features/support/pages/search_page.rb
index 6a4fc4a..2d1fd83 100644
--- a/features/support/pages/search_page.rb
+++ b/features/support/pages/search_page.rb
@@ -2,7 +2,7 @@
   include PageObject
 
   div(:one_result, class: 'suggestions-result')
-  button(:search_button, id: 'mw-searchButton')
+  button(:search_button, id: 'searchButton')
   text_field(:search_input, id: 'searchInput')
   div(:search_results, class: 'suggestions-results')
 end

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

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

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

Reply via email to