From cf6ceb6b38afc0f6a6808b082fc3289487fa4014 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Wed, 6 May 2015 13:25:12 -0500 Subject: [PATCH] VRFS-3007 : This doesn't actually appear (fixes test). --- web/spec/features/account_spec.rb | 1 - 1 file changed, 1 deletion(-) 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"