mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
7 lines
204 B
Gherkin
7 lines
204 B
Gherkin
|
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
|