diff --git a/web/spec/features/getting_started_dialog_spec.rb b/web/spec/features/getting_started_dialog_spec.rb index 43ce13201..1c973f6cb 100644 --- a/web/spec/features/getting_started_dialog_spec.rb +++ b/web/spec/features/getting_started_dialog_spec.rb @@ -39,7 +39,7 @@ describe "Home Screen", :js => true, :type => :feature, :capybara_feature => tru it "should show gear page if clicked setup gear" do find('#getting-started-dialog .setup-gear-btn').trigger('click') - should have_selector('h2', text: 'audio profiles:') + should have_selector('.ftue-step-title', text: 'Understand Your Gear') end describe "open invitation dialog for email" do