mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
[browser test] up arrow no longer exists, use X instead
Change-Id: I79684633b69ad48b4ce291e2bd6e12d14564cca6
This commit is contained in:
parent
6c299ff2b3
commit
46aed9debd
|
@ -6,7 +6,7 @@ Feature: VisualEditor Bullets, Numbering
|
|||
And I click Save page
|
||||
And I click Review your changes
|
||||
Then a <character> is added in front of input string in the diff view
|
||||
And I can click the up arrow on the save box
|
||||
And I can click the X on the save box
|
||||
Examples:
|
||||
| control | character |
|
||||
| Numbering | # |
|
||||
|
@ -19,7 +19,7 @@ Feature: VisualEditor Bullets, Numbering
|
|||
And I click Save page
|
||||
And I click Review your changes
|
||||
Then a <character> is added in front of input string in the diff view
|
||||
And I can click the up arrow on the save box
|
||||
And I can click the X on the save box
|
||||
And I click Decrease indentation
|
||||
Examples:
|
||||
| control | character |
|
||||
|
@ -33,7 +33,7 @@ Feature: VisualEditor Bullets, Numbering
|
|||
And I click Save page
|
||||
And I click Review your changes
|
||||
Then nothing is added in front of input string in the diff view
|
||||
And I can click the up arrow on the save box
|
||||
And I can click the X on the save box
|
||||
Examples:
|
||||
| control |
|
||||
| Numbering |
|
||||
|
|
Loading…
Reference in a new issue