mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +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
|