From 53f5c6d4dfaf60bf2ce01cf7ab154d7df8b8bc5a Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 19 Oct 2015 13:54:33 -0500 Subject: [PATCH] * fix help doc link --- .../react-components/JamTrackLandingScreen.js.jsx.coffee | 2 +- web/spec/features/individual_jamtrack_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee b/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee index 76182d803..63d5425c9 100644 --- a/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee @@ -26,7 +26,7 @@ rest = context.JK.Rest() else howTo = `
- The fastest way to start playing with your JamTracks is to open them below and use our custom mix feature to play them back in your browser. To access the full set of JamTrack features, install our free app. To learn more about all you can do with JamTracks, check out our JamTracks help docs. + The fastest way to start playing with your JamTracks is to open them below and use our custom mix feature to play them back in your browser. To access the full set of JamTrack features, install our free app. To learn more about all you can do with JamTracks, check out our JamTracks help docs.
` diff --git a/web/spec/features/individual_jamtrack_spec.rb b/web/spec/features/individual_jamtrack_spec.rb index 533cf0e35..e914e4454 100644 --- a/web/spec/features/individual_jamtrack_spec.rb +++ b/web/spec/features/individual_jamtrack_spec.rb @@ -71,7 +71,7 @@ describe "Individual JamTrack", :js => true, :type => :feature, :capybara_featur # now go back, and then try to click checkout again visit "/landing/jamtracks/#{@jamtrack_acdc_backinblack.slug}" - find('butt.cta-button', text: 'Add To Cart') + find('button.cta-button', text: 'Add To Cart') find('.price-advisory', text:"$1.99") find('a.cta-free-jamtrack').trigger(:click) find('h1', text: 'check out')