diff --git a/web/spec/features/welcome_spec.rb b/web/spec/features/welcome_spec.rb index 78da6b97a..a83ec1044 100644 --- a/web/spec/features/welcome_spec.rb +++ b/web/spec/features/welcome_spec.rb @@ -90,7 +90,6 @@ describe "Welcome", :js => true, :type => :feature, :capybara_feature => true d it "redirect on login" do visit "/client#/account" - find('.curtain') find('h1', text: 'sign in or register') within('.signin-form') do fill_in "Email Address:", with: user.email