diff --git a/web/spec/features/account_spec.rb b/web/spec/features/account_spec.rb index 15b7974aa..28cf849c9 100644 --- a/web/spec/features/account_spec.rb +++ b/web/spec/features/account_spec.rb @@ -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"