[browser test] Updating to mediawiki_selenium 0.2.6

The new version of the gem remove configuration of Sauce Labs browsers
from mediawiki_selenium Ruby gem.
Paired with Jeff Hall.

Bug: 61067
Change-Id: I6af37e9e643490a55aae974d7d7f5067b7916b87
This commit is contained in:
Zeljko Filipin 2014-02-18 17:38:08 +01:00
parent b391a16506
commit 982c20a42e
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
builder (3.2.2)
childprocess (0.4.0)
childprocess (0.5.1)
ffi (~> 1.0, >= 1.0.11)
cucumber (1.3.10)
builder (>= 2.1.2)
@ -22,7 +22,7 @@ GEM
headless (1.0.1)
i18n (0.6.9)
json (1.8.1)
mediawiki_selenium (0.2.3)
mediawiki_selenium (0.2.6)
cucumber (~> 1.3, >= 1.3.10)
headless (~> 1.0, >= 1.0.1)
json (~> 1.8, >= 1.8.1)

View file

@ -2,7 +2,7 @@ class VisualEditorPage
include PageObject
include URL
page_url URL.url("User:#{ENV['MEDIAWIKI_USER']}" + "/#{ENV['BROWSER_LABEL']}")
page_url URL.url("User:#{ENV['MEDIAWIKI_USER']}/#{ENV['BROWSER']}")
div(:container_disabled, class: "oo-ui-widget oo-ui-widget-disabled oo-ui-flaggableElement-constructive oo-ui-.oo-ui-buttonedElement-framed")
div(:content, class: "ve-ce-documentNode ve-ce-branchNode")