Moved login and reset preferences to mediawiki_selenium Ruby gem

Bug: 56088
Change-Id: I3d4150295ec2f66e5ad20a90769b7bd4bb14763f
This commit is contained in:
Zeljko Filipin
2014-02-11 14:51:37 +01:00
parent 1de86b4ba7
commit cf57dfbf69
6 changed files with 9 additions and 57 deletions

View File

@@ -22,15 +22,15 @@ GEM
headless (1.0.1)
i18n (0.6.9)
json (1.8.1)
mediawiki_selenium (0.2.0)
cucumber (~> 1.3.10)
headless (~> 1.0.1)
json (~> 1.8.1)
net-http-persistent (~> 2.9.1)
page-object (~> 0.9.5)
rest-client (~> 1.6.7)
rspec-expectations (~> 2.14.4)
syntax (~> 1.2.0)
mediawiki_selenium (0.2.2)
cucumber (~> 1.3, >= 1.3.10)
headless (~> 1.0, >= 1.0.1)
json (~> 1.8, >= 1.8.1)
net-http-persistent (~> 2.9, >= 2.9.1)
page-object (~> 0.9, >= 0.9.5)
rest-client (~> 1.6, >= 1.6.7)
rspec-expectations (~> 2.14, >= 2.14.4)
syntax (~> 1.2, >= 1.2.0)
mime-types (2.1)
multi_json (1.8.4)
multi_test (0.0.3)