Amire80 has uploaded a new change for review. https://gerrit.wikimedia.org/r/180139
Change subject: WIP [BrowserTest] Change the Hading menu item from a to span ...................................................................... WIP [BrowserTest] Change the Hading menu item from a to span Change-Id: I214f8dbc73e38073f6e8dedfb61d75b1e829fa38 --- M modules/ve-mw/tests/browser/features/support/pages/visual_editor_page.rb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/39/180139/1 diff --git a/modules/ve-mw/tests/browser/features/support/pages/visual_editor_page.rb b/modules/ve-mw/tests/browser/features/support/pages/visual_editor_page.rb index 9ffc99b..741cbdf 100644 --- a/modules/ve-mw/tests/browser/features/support/pages/visual_editor_page.rb +++ b/modules/ve-mw/tests/browser/features/support/pages/visual_editor_page.rb @@ -55,7 +55,7 @@ img(:formula_image, class: 'mwe-math-fallback-png-inline') span(:formula_insert_menu, class: 'oo-ui-tool-name-math') a(:formula_link, css: 'span.oo-ui-tool-name-math > a.oo-ui-tool-link') - a(:heading, text: /Heading/) + span(:heading, class: 'oo-ui-tool-title-text', text: /Heading/) span(:hamburger_menu, css: 'div.oo-ui-listToolGroup:nth-child(2) > span:nth-child(1) > span:nth-child(3)') div(:heading_dropdown_menus, class: 'oo-ui-toolGroup-tools oo-ui-clippableElement-clippable', index: 1) div(:iframe, css: 'div.oo-ui-window-setup > div.oo-ui-window-frame') -- To view, visit https://gerrit.wikimedia.org/r/180139 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I214f8dbc73e38073f6e8dedfb61d75b1e829fa38 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
