[browser test] change list_item to li

Both are valid, but using li is the convention.


Change-Id: Ic6929a1c8508760d0228c78fa132e1b1d92680a2
This commit is contained in:
Zeljko Filipin 2014-01-03 17:40:05 +01:00 committed by Hashar
parent 0bd356f4b4
commit 508ee3203e

View file

@ -57,7 +57,7 @@ class VisualEditorPage
span(:leftarrowclose, class: "oo-ui-iconedElement-icon oo-ui-icon-previous", frame: frame)
text_field(:link_textfield, index: 0, frame: frame)
span(:another_save_page, class: "oo-ui-labeledElement-label", text: "Save page", frame: frame)
list_item(:template_list_item, text: "S", frame: frame)
li(:template_list_item, text: "S", frame: frame)
div(:ve_link_ui, class: "oo-ui-window-title", frame: frame)
end