mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Disable failing Selenium tests
The tests are failing with RSpec::Expectations::ExpectationNotMetError for 2-3 days in a row. Bug: T145861 Change-Id: Ieec2a67857b90033cdd0ddf63025d2af9de504a5
This commit is contained in:
parent
d4177b929d
commit
f3f432e722
|
@ -10,16 +10,19 @@ Feature: VisualEditor Options
|
|||
When I click Options
|
||||
Then I should see the options overlay
|
||||
|
||||
@skip
|
||||
Scenario: Advanced Settings
|
||||
When I click Advanced Settings
|
||||
Then I should see the options overlay
|
||||
And the options overlay should display Advanced Settings
|
||||
|
||||
@skip
|
||||
Scenario: Page Settings
|
||||
When I click Page Settings
|
||||
Then I should see the options overlay
|
||||
And the options overlay should display Page Settings
|
||||
|
||||
@skip
|
||||
Scenario: Categories
|
||||
When I click Categories
|
||||
Then I should see the options overlay
|
||||
|
|
Loading…
Reference in a new issue