* fix test

This commit is contained in:
Seth Call 2015-02-19 13:40:00 -06:00
parent 2b227912cb
commit 7493726e14
1 changed files with 0 additions and 1 deletions

View File

@ -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