[BrowserTests] update References test for new UI

Change-Id: I9c91a195cb42136422dec59e22d4a3164deaa8d9
This commit is contained in:
Cmcmahon 2014-07-16 11:24:11 -07:00
parent 97d286aa0f
commit 48044d0ec5

View file

@ -14,7 +14,7 @@ class VisualEditorPage
span(:hamburger_menu, css: "div.oo-ui-listToolGroup:nth-child(2) > span:nth-child(1) > span:nth-child(3)")
span(:increase_indentation, class: "oo-ui-iconedElement-icon oo-ui-icon-indent-list")
span(:insert_menu, text: "Insert")
div(:insert_references, class: "oo-ui-window-title")
div(:insert_references, class: "oo-ui-processDialog-location")
div(:ip_warning, class: "ve-ui-mwNoticesPopupTool-item")
span(:looks_good, class: "oo-ui-labeledElement-label", text: "Looks good to me")
div(:medium_dialog, class: "oo-ui-window oo-ui-dialog oo-ui-dialog-open oo-ui-dialog-medium")
@ -97,7 +97,7 @@ class VisualEditorPage
unordered_list(:suggestion_list, class: "ve-ui-mwTitleInputWidget-menu", frame: frame)
div(:template_header, class: "ve-ui-mwTransclusionDialog-single", frame: frame)
li(:template_list_item, text: "S", frame: frame)
div(:title, class: "oo-ui-window-title", frame: frame)
div(:title, class: "oo-ui-processDialog-location", frame: frame)
text_area(:transclusion_textarea, index: 0, frame: frame)
text_field(:transclusion_textfield, index: 0, frame: frame)
span(:existing_reference, text: "Use an existing reference", frame: frame)