jenkins-bot has submitted this change and it was merged. Change subject: [BrowserTest] changing the css paths for Cite options for fixing the tests ......................................................................
[BrowserTest] changing the css paths for Cite options for fixing the tests Change-Id: Iea90e4bb656b30ec0839e6c843e30ba8ae1fd637 --- M modules/ve-mw/tests/browser/features/support/pages/visual_editor_page.rb 1 file changed, 6 insertions(+), 6 deletions(-) Approvals: Ryasmeen: Looks good to me, approved jenkins-bot: Verified 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..83ea493 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 @@ -33,7 +33,7 @@ div(:cite_pull_down, class: 'oo-ui-toolGroup-tools oo-ui-clippableElement-clippable', index: 2) div(:cite_select, css: 'div.oo-ui-widget:nth-child(5) > div:nth-child(2)') div(:cite_show_more_fields, class: 've-ui-mwMoreParametersResultWidget-label') - div(:cite_ui, class: 'oo-ui-window-body') + div(:cite_ui, class: 'oo-ui-window-frame') div(:cite_visualeditor_user_interface, css: '.ve-ui-surfaceWidget') span(:cite_website, css: '.oo-ui-icon-ref-cite-web') span(:confirm_switch, text: 'Keep changes') @@ -44,7 +44,7 @@ span(:decrease_indentation, class: 'oo-ui-iconElement-icon oo-ui-icon-outdent-list') text_area(:describe_change, index: 0) div(:diff_view, class: 've-ui-mwSaveDialog-viewer') - div(:disabled_save_button, class: 'oo-ui-widget oo-ui-widget-disabled oo-ui-buttonElement oo-ui-buttonElement-framed oo-ui-labelElement oo-ui-flaggedElement-constructive oo-ui-buttonWidget ve-ui-toolbar-saveButton') + div(:disabled_save_button, class: 'oo-ui-widget oo-ui-widget-disabled oo-ui-buttonElement oo-ui-buttonElement-framed oo-ui-labelElement oo-ui-flaggedElement-constructive oo-ui-flaggedElement-primary oo-ui-buttonWidget ve-ui-toolbar-saveButton oo-ui-image-constructive') text_field(:display_title_textbox, css: 'label.oo-ui-layout:nth-child(4) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)') span(:downarrow, class: 'oo-ui-indicatorElement-indicator oo-ui-indicator-down') a(:edit_ve, title: /Edit this page with VisualEditor/) @@ -61,7 +61,8 @@ div(:iframe, css: 'div.oo-ui-window-setup > div.oo-ui-window-frame') span(:increase_indentation, class: 'oo-ui-iconElement-icon oo-ui-icon-indent-list') div(:indentation_pull_down, class: 'oo-ui-toolGroup-tools oo-ui-clippableElement-clippable', index: 3) - span(:insert_citation, css: '.oo-ui-flaggedElement-primary > a:nth-child(1) > span:nth-child(2)') + span(:insert_citation, css: '.ve-ui-nodeDialog > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2) +') span(:insert_menu, class: 'oo-ui-popupToolGroup-handle', index: 5) div(:insert_pull_down, class: 'oo-ui-toolGroup-tools oo-ui-clippableElement-clippable', index: 5) div(:insert_references, class: 'oo-ui-processDialog-location') @@ -111,11 +112,10 @@ div(:references_title, class: 'oo-ui-processDialog-location', text: /References/) a(:remove_parameter, css: '.ve-ui-mwParameterPage-removeButton > a:nth-child(1)') span(:return_to_save, class: 'oo-ui-labelElement-label', text: 'Return to save form') - span(:review_changes, class: 'oo-ui-labelElement-label', text: 'Review your changes') + a(:review_changes, css: '.oo-ui-processDialog-actions-other > div:nth-child(1) > a:nth-child(1)') span(:review_failed, text: 'No changes to review') div(:right_navigation, id: 'p-views') - div(:save_disabled, class: 'oo-ui-widget oo-ui-widget-disabled oo-ui-flaggedElement-constructive oo-ui-.oo-ui-buttonElement-framed') - a(:save_page, css: 'div.ve-init-mw-viewPageTarget-toolbar-actions > div.oo-ui-flaggedElement-constructive > a') + span(:save_page, class: 'oo-ui-labelElement-label', text: 'Save page') div(:save_enabled, css: 'div.ve-init-mw-viewPageTarget-toolbar-actions > div.oo-ui-flaggedElement-constructive.oo-ui-widget-enabled') a(:second_reference, text: '[1]', index: 2) span(:second_save_page, css: '.oo-ui-flaggedElement-primary > a:nth-child(1) > span:nth-child(2)') -- To view, visit https://gerrit.wikimedia.org/r/180320 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iea90e4bb656b30ec0839e6c843e30ba8ae1fd637 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Ryasmeen <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Ryasmeen <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
