mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
[BrowserTest] diff view altered slightly.
Since Bug T90654 has not been addressed in two weeks, I would rather make the test pass, assuming that the slightly altered diff view is a feature not a bug. Change-Id: Id2ce34b2838cf56a9411173f9b2e9ad8e5320545
This commit is contained in:
parent
62b68636df
commit
e68e3d70fb
|
@ -96,6 +96,6 @@ Then(/^the options set in Page Settings panel should appear in diff view$/) do
|
|||
page.wait_until(10) do
|
||||
page.diff_view.include? 'Linux'
|
||||
end
|
||||
expect(page.diff_view).to match(/#REDIRECT \[\[Linux\]\]Options VisualEditor Test.+__FORCETOC__.+__STATICREDIRECT__.+__NOEDITSECTION__.+__DISAMBIG__/m)
|
||||
expect(page.diff_view).to match(/#REDIRECT \[\[Linux\]\].+Options VisualEditor Test.+__FORCETOC__.+__STATICREDIRECT__.+__NOEDITSECTION__.+__DISAMBIG__/m)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue