mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
QA: Run references test per commit
Follow up to Id312638d86179e75bc670e72e5943f8c00232bbb which switched the #content area from a div to a main HTML element causing this to fail to match. Test suite will now also run on @integration so that this kind of issue is not caught too late in the beta cluster. Additional changes: * Merge two similar tests Bug: T201956 Change-Id: I1d402aaebc40dcca61979aa521cd8e1a1ce274d9
This commit is contained in:
parent
1d63e15cec
commit
2ef12fb5e3
|
@ -1,15 +1,10 @@
|
|||
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @extension-cite
|
||||
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @integration @extension-cite
|
||||
Feature: Reference popup drawer
|
||||
|
||||
Background:
|
||||
Given I am using the mobile site
|
||||
|
||||
Scenario: Opening the reference drawer
|
||||
Given I go to a page that has references
|
||||
When I click on a reference
|
||||
Then I should see the reference drawer
|
||||
|
||||
Scenario: Closing the reference drawer
|
||||
Scenario: Opening and closing the reference drawer
|
||||
Given I go to a page that has references
|
||||
When I click on a reference
|
||||
And I click on the page
|
||||
|
|
|
@ -148,7 +148,7 @@ class ArticlePage
|
|||
div(:toast, css: '.mw-notification')
|
||||
|
||||
# loader
|
||||
div(:content_wrapper, id: 'content')
|
||||
element(:content_wrapper, 'main')
|
||||
div(:content, id: 'bodyContent')
|
||||
|
||||
# secondary menu
|
||||
|
|
Loading…
Reference in a new issue