From 98f4ae9b60fb7cba7fdc0f6362e3353af1dcf71f Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Sat, 2 Jun 2018 19:23:59 +1000 Subject: [PATCH] Change screen size back to large after authentication_spec --- spec/features/consumer/authentication_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/features/consumer/authentication_spec.rb b/spec/features/consumer/authentication_spec.rb index be29540e94..dfacebf28f 100644 --- a/spec/features/consumer/authentication_spec.rb +++ b/spec/features/consumer/authentication_spec.rb @@ -114,6 +114,9 @@ feature "Authentication", js: true, retry: 3 do before do browse_as_medium end + after do + browse_as_large + end scenario "showing login" do open_off_canvas open_login_modal