mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-23 22:54:02 +00:00
Temporarily disable a broken parser test
The fix for this issue is in Ia72c960b2c7914342eb4d5e3e63f2d6af14719ad but we have to temporarily disable the test in order to break a cyclic dependency. Change-Id: I318c2fb8694c90efef07f1e2951c6d9aa6b3e82f
This commit is contained in:
parent
633566adcc
commit
8f992cf5ef
|
@ -231,10 +231,13 @@ tour=test
|
|||
<div class="mw-inputbox-centered" style=""><form name="searchbox" class="searchbox" action="/wiki/Special:Search"><input class="mw-inputbox-input mw-searchInput searchboxInput mw-ui-input mw-ui-input-inline" name="search" placeholder="" size="50" dir="ltr" /><input type="hidden" value="test" name="tour" /><br /><input type="submit" name="go" class="mw-ui-button" value="Try exact match" /> <input type="submit" name="fulltext" class="mw-ui-button" value="Search full text" /></form></div>
|
||||
!! end
|
||||
|
||||
# XXX This test is broken: note that the UX text is in sr-Cyrl but the
|
||||
# variant requested was sr-Latn
|
||||
!! test
|
||||
InputBox langconvert
|
||||
!! options
|
||||
language=sr variant=sr-Latn
|
||||
disabled
|
||||
!! wikitext
|
||||
<inputbox>
|
||||
type=create
|
||||
|
|
Loading…
Reference in a new issue