Cmcmahon has submitted this change and it was merged. Change subject: Deleted pages that are moved to UniversalLanguageSelector repository ......................................................................
Deleted pages that are moved to UniversalLanguageSelector repository Change-Id: I2b480251e045b9c47b38fb0ce6d7365e55949fe6 --- D features/support/modules/interlanguage_module.rb D features/support/pages/interlanguage_page.rb D features/support/pages/no_interlanguage_page.rb 3 files changed, 0 insertions(+), 85 deletions(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/features/support/modules/interlanguage_module.rb b/features/support/modules/interlanguage_module.rb deleted file mode 100644 index c59e5b1..0000000 --- a/features/support/modules/interlanguage_module.rb +++ /dev/null @@ -1,41 +0,0 @@ -# -# This file is subject to the license terms in the LICENSE file found in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of -# qa-browsertests, including this file, may be copied, modified, propagated, or -# distributed except according to the terms contained in the LICENSE file. -# -# Copyright 2012-2013 by the Mediawiki developers. See the CREDITS file in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS -# -require "page-object" - -module InterlanguagePageModule - include PageObject - - a(:add_links, id: 'wbc-linkToItem-link') - span(:apply_settings, class: 'uls-settings-trigger') - a(:back_to_display, text: 'Back to display settings') - a(:back_to_input, text: 'Back to input settings') - button(:cancel, class: 'button uls-display-settings-cancel') - span(:cog, class: 'uls-settings-trigger') - select_list(:content_font_selectbox, id: 'content-font-selector') - button(:default_language_button, class: 'button uls-language-button down') - button(:disable_input_methods, class: 'active green button uls-input-toggle-button') - button(:ellipsis_button, class: 'uls-more-languages button') - button(:enable_input, class: 'active green button uls-input-toggle-button') - a(:english_link, text: 'English') - button(:fonts_button, id: 'uls-display-settings-fonts-tab') - button(:fonts_settings, id: 'uls-display-settings-fonts-tab') - div(:input_settings, id: 'input-settings-block') - button(:language_button, id: 'uls-display-settings-language-tab') - div(:language_list, class: 'row uls-language-list lcd') - text_field(:language_search, id: 'languagefilter') - button(:non_default_language, class: 'button uls-language-button', index: 1) - button(:other_language_button, class: 'button uls-language-button') - a(:talk, text: 'Discussion') - select_list(:ui_font_selectbox, id: 'ui-font-selector') - span(:x, id: 'languagesettings-close') - a(:how_to_use_ml_transliteration, href: 'https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:UniversalLanguageSelector/Input_methods/ml-transliteration') -end diff --git a/features/support/pages/interlanguage_page.rb b/features/support/pages/interlanguage_page.rb deleted file mode 100644 index 0397172..0000000 --- a/features/support/pages/interlanguage_page.rb +++ /dev/null @@ -1,22 +0,0 @@ -# -# This file is subject to the license terms in the LICENSE file found in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of -# qa-browsertests, including this file, may be copied, modified, propagated, or -# distributed except according to the terms contained in the LICENSE file. -# -# Copyright 2012-2013 by the Mediawiki developers. See the CREDITS file in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS -# -class InterlanguagePage - include PageObject - - include URL - def self.url - URL.url('Boleyn_family') - end - page_url url - - include InterlanguagePageModule -end diff --git a/features/support/pages/no_interlanguage_page.rb b/features/support/pages/no_interlanguage_page.rb deleted file mode 100644 index 3096b22..0000000 --- a/features/support/pages/no_interlanguage_page.rb +++ /dev/null @@ -1,22 +0,0 @@ -# -# This file is subject to the license terms in the LICENSE file found in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of -# qa-browsertests, including this file, may be copied, modified, propagated, or -# distributed except according to the terms contained in the LICENSE file. -# -# Copyright 2012-2013 by the Mediawiki developers. See the CREDITS file in the -# qa-browsertests top-level directory and at -# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS -# -class NoInterlanguagePage - include PageObject - - include URL - def self.url - URL.url('Think_Like_a_Cat') - end - page_url url - - include InterlanguagePageModule -end -- To view, visit https://gerrit.wikimedia.org/r/92883 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2b480251e045b9c47b38fb0ce6d7365e55949fe6 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
