QA: remove stuff now that iframes are gone

Change-Id: I6d520acd9d1e18d803f7e44f5ea45502658f14d9
This commit is contained in:
Cmcmahon 2014-11-05 10:01:29 -07:00
parent 06387f7f54
commit f8b34e4e89

View file

@ -189,13 +189,4 @@ class VisualEditorPage
div(:settings_apply_button, class: "oo-ui-processDialog-actions-primary", frame: frame) div(:settings_apply_button, class: "oo-ui-processDialog-actions-primary", frame: frame)
end end
# not having beta warning makes iframes off by one
in_iframe(index: 1) do |frame|
div(:links_diff_view, class: "ve-ui-mwSaveDialog-viewer", frame: frame)
span(:links_review_changes, class: "oo-ui-labelElement-label", text: "Review your changes", frame: frame)
div(:media_diff_view, class: "ve-ui-mwSaveDialog-viewer", frame: frame)
span(:media_exit, text: "Return to save form", frame: frame)
div(:advanced_settings_overlay, class:"oo-ui-layout oo-ui-iconElement oo-ui-labelElement oo-ui-fieldsetLayout", frame: frame)
end
end end