VRFS-3007 : This doesn't actually appear (fixes test).
This commit is contained in:
parent
ccb4680c36
commit
cf6ceb6b38
|
|
@ -95,7 +95,6 @@ describe "Account", :js => true, :type => :feature, :capybara_feature => true do
|
|||
it {
|
||||
user.subscribe_email.should be_true # we haven't user.reload yet
|
||||
should have_selector('h1', text: 'my account')
|
||||
should have_selector('#notification h2', text: 'Profile Changed')
|
||||
user.reload
|
||||
user.subscribe_email.should be_false
|
||||
user.first_name.should == "Bobby"
|
||||
|
|
|
|||
Loading…
Reference in New Issue