diff --git a/web/spec/features/profile_menu_spec.rb b/web/spec/features/profile_menu_spec.rb index c70240b4f..ea25ab3fa 100644 --- a/web/spec/features/profile_menu_spec.rb +++ b/web/spec/features/profile_menu_spec.rb @@ -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")