VRFS-3007 : This doesn't actually appear (fixes test).

This commit is contained in:
Steven Miers 2015-05-06 13:25:12 -05:00
parent ccb4680c36
commit cf6ceb6b38
1 changed files with 0 additions and 1 deletions

View File

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