mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
966f2f7bbb
To get at least some Cucumber scenarios running in Jenkins, disable all of them that are failing and run only ones that are passing. The next step will be to fix failing scenarios. Bug: T94162 Change-Id: Id0338c1d6b86d6b45220c5c0802074be397fb607
8 lines
244 B
Gherkin
8 lines
244 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox
|
|
Feature: Table
|
|
|
|
Scenario: Insert table
|
|
Given I go to the "Table Insert Test" page with content "Table Insert Test"
|
|
When I click the insert table toolbar element
|
|
Then the table should appear
|