From 2fb1d9fa6570a3c9f6bc6abaa27160b1849cc729 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Thu, 11 Aug 2016 16:56:39 +0200
Subject: [PATCH] stabilize features/mobile/drawer.feature

---
 features/mobile/drawer.feature | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/features/mobile/drawer.feature b/features/mobile/drawer.feature
index 6338406e3c..259f06e171 100644
--- a/features/mobile/drawer.feature
+++ b/features/mobile/drawer.feature
@@ -30,12 +30,14 @@ Feature: Navigate between pages using the header menu and the drawer
     Then I should be on the new status message page
 
   Scenario: search a user
-    When I open the drawer
+    When I have turned off jQuery effects
+    And I open the drawer
     And I search for "Bob"
     Then I should see "Users matching Bob" within "#search_title"
 
   Scenario: search for a tag
-    When I open the drawer
+    When I have turned off jQuery effects
+    And I open the drawer
     And I search for "#bob"
     Then I should be on the tag page for "bob"
 
-- 
GitLab