[browser test] remove OS-specific part of elements using :title

Change-Id: I1d6db5b6bf9bec44f5646ed8f7096ce462a5707c
This commit is contained in:
cmcmahon 2013-10-29 09:46:57 -06:00
parent 9ae15a77b7
commit 2fd5507f99

View file

@ -7,12 +7,12 @@ class VisualEditorPage
div(:container_disabled, class: 'oo-ui-widget oo-ui-widget-disabled oo-ui-flaggableElement-constructive oo-ui-pushButtonWidget')
div(:content, class: 've-ce-documentNode ve-ce-branchNode')
a(:decrease_indentation, class: 'oo-ui-widget oo-ui-tool oo-ui-tool-name-outdent oo-ui-widget-disabled')
a(:decrease_indentation_on, title: 'Decrease indentation [SHIFT+TAB]')
a(:decrease_indentation_on, title: /Decrease indentation/)
span(:downarrow, class: 'oo-ui-iconedElement-icon oo-ui-icon-down')
a(:edit_ve, title: /Edit this page with VisualEditor/)
span(:heading, text: 'Heading')
a(:increase_indentation, class: 'oo-ui-widget oo-ui-tool oo-ui-tool-name-indent oo-ui-widget-disabled')
a(:increase_indentation_on, title: 'Increase indentation [TAB]')
a(:increase_indentation_on, title: /Increase indentation/)
div(:insert_references, class: 'oo-ui-window-title')
span(:internal_linksuggestion, text: 'Main Page')
div(:ip_warning, class: 've-ui-mwNoticesPopupTool-item')