VRFS-3007 : Change text to what is observed. I'm not 100% sure about this, so I'm going to run with it in this branch for a bit.

This commit is contained in:
Steven Miers 2015-05-06 13:26:23 -05:00
parent cf6ceb6b38
commit d208a8cd82
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ describe "Profile Menu", :js => true, :type => :feature, :capybara_feature => tr
if pops_external
page.driver.window_handles.last
page.within_window page.driver.window_handles.last do
should have_content('JamTracks are multi-track pro recordings you can use to:')
should have_content("Play and control your JamTracks multi-track recordings")
#should have_content('JamTracks are multi-track pro recordings you can use to:')
end
else
should have_selector("a.current-os-download")