QA: Remove logic for inexistant "wpvector-collapsiblenav" option
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 1 Sep 2014 16:11:13 +0000 (18:11 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 1 Sep 2014 16:11:13 +0000 (18:11 +0200)
This option was never part of MediaWiki core and shouldn't have
been here in the first place.

It was removed from the Vector extension in October 2013 with I33dc0033c.

Not sure what this code is for or why it's not failing.

Change-Id: Ie552d9de3aa1f123a8f1c9414b444481461b4ec6

tests/browser/features/support/pages/preferences_appearance_page.rb

index e7b64cd..c24e386 100644 (file)
@@ -16,7 +16,6 @@ class PreferencesAppearancePage
   page_url URL.url("Special:Preferences#mw-prefsection-rendering")
 
   checkbox(:auto_number_check, id: "mw-input-wpnumberheadings")
-  checkbox(:collapse_sidebar_vector_check, id: "mw-input-wpvector-collapsiblenav")
   radio_button(:cologne_blue, id: "mw-input-wpskin-cologneblue")
   radio_button(:day_mo_year_radio, id: "mw-input-wpdate-dmy")
   checkbox(:dont_show_aft_check, id: "mw-input-wparticlefeedback-disable")