Skip to content

Commit

Permalink
Update ordered list button name (#28286)
Browse files Browse the repository at this point in the history
The title for this button has changed so we have to update the value in the e2e tests.
  • Loading branch information
fluiddot authored Jan 18, 2021
1 parent 4d088a8 commit ea48942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EditorPage {
accessibilityIdXPathAttrib;
paragraphBlockName = 'Paragraph';
verseBlockName = 'Verse';
orderedListButtonName = 'Convert to ordered list';
orderedListButtonName = 'Ordered';

constructor( driver ) {
this.driver = driver;
Expand Down

0 comments on commit ea48942

Please sign in to comment.