mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
eea130381a
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
11 lines
193 B
Ruby
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
|