From d208a8cd82c9c052cbc7ce5e694ab5d4164a7554 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Wed, 6 May 2015 13:26:23 -0500 Subject: [PATCH] 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. --- web/spec/features/profile_menu_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")