[BrowserTest] Fix the index of the insert menu

Change-Id: Id0e821d3cf01efff74fdb189cf09d24d9eb753e2
This commit is contained in:
Amir E. Aharoni 2014-11-20 12:46:24 +02:00 committed by Zfilipin
parent 7317114187
commit a513ba9583

View file

@ -59,8 +59,8 @@ class VisualEditorPage
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_menu, class: "oo-ui-popupToolGroup-handle", index: 4)
div(:insert_pull_down, class: "oo-ui-toolGroup-tools oo-ui-clippableElement-clippable", index: 4)
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")
span(:insert_references_list, text: "Insert")
span(:insert_template, text: "Insert")