[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:
Cmcmahon 2015-03-10 15:49:29 -07:00
parent 62b68636df
commit e68e3d70fb

View file

@ -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