From 46aed9debdeed9ca87fc018311df93f55e557f87 Mon Sep 17 00:00:00 2001 From: cmcmahon Date: Wed, 9 Oct 2013 12:48:54 -0600 Subject: [PATCH] [browser test] up arrow no longer exists, use X instead Change-Id: I79684633b69ad48b4ce291e2bd6e12d14564cca6 --- .../test/browser/features/visual_editor_bullets.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ve-mw/test/browser/features/visual_editor_bullets.feature b/modules/ve-mw/test/browser/features/visual_editor_bullets.feature index 90a947a886..880f9ac1ec 100644 --- a/modules/ve-mw/test/browser/features/visual_editor_bullets.feature +++ b/modules/ve-mw/test/browser/features/visual_editor_bullets.feature @@ -6,7 +6,7 @@ Feature: VisualEditor Bullets, Numbering And I click Save page And I click Review your changes Then a 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 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 |