From 52a9405f746e136e331fa43b2e75e013d5fb2c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Sun, 21 Feb 2016 12:53:03 +0100 Subject: [PATCH] hints: fix descriptions of zoom tests --- tests/integration/features/hints.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/features/hints.feature b/tests/integration/features/hints.feature index e02f4efc1..a2d4d3985 100644 --- a/tests/integration/features/hints.feature +++ b/tests/integration/features/hints.feature @@ -42,7 +42,7 @@ Feature: Using hints And I run :follow-hint g Then data/hello.txt should be loaded - Scenario: Following a link with zoom 125%. + Scenario: Following a link with zoom 75%. When I open data/hints/link.html And I run :zoom 75 And I run :hint links normal @@ -50,7 +50,7 @@ Feature: Using hints And I run :zoom 100 Then data/hello.txt should be loaded - Scenario: Following a link with zoom 125% and zoom-text-only == True. + Scenario: Following a link with zoom 75% and zoom-text-only == True. When I open data/hints/link.html And I run :set ui zoom-text-only true And I run :zoom 75