mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Update Minerva Selenium ReferenceDrawer selector
This selector was changed in I9ded45388dbcb511cc4bf56859f54318e3e168d9 but the tests are still looking for the old selector which makes the following tests fail: - Reference popup drawer.Opening and closing the reference drawer - Reference popup drawer.Opening a nested reference Bug: T222475 Change-Id: I4ab8a21146dfd8204151659ff587e77bcadcaf9d
This commit is contained in:
parent
e0624d1725
commit
60cfe3f134
|
@ -169,8 +169,8 @@ class ArticlePage
|
|||
|
||||
# references
|
||||
a(:reference, css: 'sup.reference a')
|
||||
a(:nested_reference, css: '.drawer.references sup.reference a')
|
||||
a(:reference_drawer, css: '.drawer.references')
|
||||
a(:nested_reference, css: '.drawer.references-drawer sup.reference a')
|
||||
a(:reference_drawer, css: '.drawer.references-drawer')
|
||||
|
||||
# sections
|
||||
h2(:first_section, css: '.section-heading', index: 0)
|
||||
|
|
Loading…
Reference in a new issue