From cf3f1564c5b4e257c077e3f2ea4b41d4325b01b3 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Thu, 23 Jan 2014 14:50:01 +0200 Subject: [PATCH] Move a pending step to the end to get more passing steps Change-Id: I2bfd0ed60838cc4f75b1e3340aabe7654bebb9ff --- tests/browser/features/font_selection.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/browser/features/font_selection.feature b/tests/browser/features/font_selection.feature index 51e10e6f..28147452 100644 --- a/tests/browser/features/font_selection.feature +++ b/tests/browser/features/font_selection.feature @@ -24,9 +24,9 @@ Feature: Font selection Scenario: Discarding live preview of content font When I select OpenDyslexic font for the content language for the live preview And I close the panel to discard the changes - Then the active content font must be the same as font prior to the preview - # System is the default value for English and German - And the selected content font must be "Systemschriftart" + # System is the default value for English and German + Then the selected content font must be "Systemschriftart" + And the active content font must be the same as font prior to the preview Scenario: Discarding live preview of interface font When I select OpenDyslexic font for the interface language for the live preview