From e1ed2cacbbc756f17a452ac9dec2f9e24a6f5cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 11 Aug 2016 16:27:28 +0200 Subject: [PATCH] perhaps stabilize features/mobile/invitations.feature:8 --- features/step_definitions/mobile_steps.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/step_definitions/mobile_steps.rb b/features/step_definitions/mobile_steps.rb index 34f494de8..28a966e3a 100644 --- a/features/step_definitions/mobile_steps.rb +++ b/features/step_definitions/mobile_steps.rb @@ -17,6 +17,7 @@ end Then /^the aspect dropdown within "([^"]*)" should be labeled "([^"]*)"/ do |selector, label| within(selector) do - current_scope.should have_css("option.list_cover", :text => label) + current_scope.should have_no_css("option.list_cover", text: "updating...") + current_scope.should have_css("option.list_cover", text: label) end end