* VRFS-2750 - fix test for changing in landing page
This commit is contained in:
parent
8c001eb839
commit
108a89aa9e
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue