[BrowserTests] update Options test for new UI

Change-Id: If435620bc730a3b9d04918fcd4181e08d286e5a1
This commit is contained in:
Cmcmahon 2014-07-16 11:12:21 -07:00
parent 97d286aa0f
commit 0791e5c761
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
@chrome @en.wikipedia.beta.wmflabs.org @firefox @test2.wikipedia.org
Feature: VisualEditor Options
Scenario:
Scenario: Options
Given I go to the "Options VisualEditor Test" page with content "Options VisualEditor Test"
And I click in the editable part
When I click the hamburger menu

View file

@ -67,7 +67,7 @@ class VisualEditorPage
span(:links_done, text: "Done", frame: frame)
text_field(:link_textfield, index: 0, frame: frame)
span(:another_save_page, class: "oo-ui-labeledElement-label", text: "Save page", frame: frame)
div(:options_page_title, class: "oo-ui-window-title", text: "Options", frame: frame)
div(:options_page_title, class: "oo-ui-processDialog-location", text: "Options", frame: frame)
div(:ve_link_ui, class: "oo-ui-window-head", frame: frame)
end