mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
Merge "[BrowserTest] Save button locator now supports language screenshots"
This commit is contained in:
commit
10bc13c602
|
@ -25,7 +25,7 @@ class VisualEditorPage
|
||||||
a(:preformatted, text: /Preformatted/)
|
a(:preformatted, text: /Preformatted/)
|
||||||
span(:refs_link, text: "Reference")
|
span(:refs_link, text: "Reference")
|
||||||
div(:save_disabled, class: "oo-ui-widget oo-ui-widget-disabled oo-ui-flaggableElement-constructive oo-ui-.oo-ui-buttonedElement-framed")
|
div(:save_disabled, class: "oo-ui-widget oo-ui-widget-disabled oo-ui-flaggableElement-constructive oo-ui-.oo-ui-buttonedElement-framed")
|
||||||
span(:save_page, text: "Save page")
|
a(:save_page, css: "div.ve-init-mw-viewPageTarget-toolbar-actions > div.oo-ui-flaggableElement-constructive > a")
|
||||||
a(:subheading1, text: /Sub-heading 1/)
|
a(:subheading1, text: /Sub-heading 1/)
|
||||||
a(:subheading2, text: /Sub-heading 2/)
|
a(:subheading2, text: /Sub-heading 2/)
|
||||||
a(:subheading3, text: /Sub-heading 3/)
|
a(:subheading3, text: /Sub-heading 3/)
|
||||||
|
|
Loading…
Reference in a new issue