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:
parent
cf6ceb6b38
commit
d208a8cd82
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue