* fix help doc link
This commit is contained in:
parent
515704898c
commit
53f5c6d4df
|
|
@ -26,7 +26,7 @@ rest = context.JK.Rest()
|
|||
else
|
||||
howTo = `<div className="no-free-jamtrack">
|
||||
<span>
|
||||
The fastest way to start playing with your JamTracks is to open them below and use our <a href="https://jamkazam.desk.com/customer/en/portal/articles/2138903-using-custom-mixes-to-slow-tempo-change-pitch" onClick={this.customMixHelpClicked}>custom mix feature</a> to play them back in your browser. To access the full set of JamTrack features, <a href="/downloads" rel="external" onClick={this.downloadsClicked}>install our free app</a>. To learn more about all you can do with JamTracks, check out our <a href="https://jamkazam.desk.com/customer/en/portal/topics/845372-jamkazam-user-manual/articles" onClick={this.jamTrackHelpClicked}>JamTracks help docs</a>.
|
||||
The fastest way to start playing with your JamTracks is to open them below and use our <a href="https://jamkazam.desk.com/customer/en/portal/articles/2138903-using-custom-mixes-to-slow-tempo-change-pitch" onClick={this.customMixHelpClicked}>custom mix feature</a> to play them back in your browser. To access the full set of JamTrack features, <a href="/downloads" rel="external" onClick={this.downloadsClicked}>install our free app</a>. To learn more about all you can do with JamTracks, check out our <a href="https://jamkazam.desk.com/customer/en/portal/articles/2124663-playing-with-jamtracks" onClick={this.jamTrackHelpClicked}>JamTracks help docs</a>.
|
||||
</span>
|
||||
</div>`
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue