From 108a89aa9eaa71abd6d7737d2a1ef638579a3a98 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 7 Feb 2015 15:11:02 -0600 Subject: [PATCH] * VRFS-2750 - fix test for changing in landing page --- web/spec/features/alt_landing_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/spec/features/alt_landing_spec.rb b/web/spec/features/alt_landing_spec.rb index c4d439d42..56d50c4ba 100644 --- a/web/spec/features/alt_landing_spec.rb +++ b/web/spec/features/alt_landing_spec.rb @@ -19,10 +19,7 @@ describe "Alternate Landing Pages", :js => true, :type => :feature, :capybara_fe it "landing-page watch-overview" do visit landing_wo_path find('h1', text: 'Watch Video to See How JamKazam Works') - find('a.landing_wb', text: 'Watch 6 Bands Play Using JamKazam').trigger(:click) - find('h1', text: 'Watch 6 Bands Play Together from Different Locations') - find('a.landing_wb', text: 'See How to Get Started Using JamKazam').trigger(:click) - find('h1', text: 'See How to Get Started Using JamKazam') + find('h1', text: 'Learn About the Revolutionary New JamBlaster') #find('div.fb-like') #find('a.twitter-follow-button') #find('.g-follow-btn iframe')