mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-04 20:28:49 +00:00
3ea86361a4
The new oouified echo popup makes the tests invalid; this commit rewrites those tests. Also by doing this commit we are upgrading to Selenium 1.4. Change-Id: I26215558768d55be449276c55b4b745c3a458ecb
7 lines
189 B
Ruby
7 lines
189 B
Ruby
# Allow running of bundle exec cucumber --dry-run -f stepdefs
|
|
require 'mediawiki_selenium'
|
|
require 'page-object'
|
|
require_relative 'data_manager'
|
|
|
|
Before { @data_manager = DataManager.new }
|