mediawiki-extensions-Visual.../Gemfile
ryasmeen@wikimedia.org eea130381a [BrowserTest] Updating test for Media Settings interface
Fixed the following:
1.The workflow was incomplete and incorporated new changes
2.Wrong css pointer to the first image
3.The Given statement was defined as When in step definition file
4.Removed unnecessary/obsolete steps that was making the test to fail while we can verify the basic functionality with miminum steps.

Change-Id: Ic8a265678900ed52bbed6d90e971d6c016ef610d
2015-01-30 18:11:33 -08:00

11 lines
193 B
Ruby

# ruby=ruby-2.1.1
# ruby-gemset=VisualEditor
source 'https://rubygems.org'
gem 'chunky_png'
gem 'mediawiki_api'
gem 'mediawiki_selenium', '~> 0.4.1'
gem 'rspec'
gem 'rubocop', require: false