diff --git a/spec/acceptance_steps/users/authentication_steps.rb b/spec/acceptance_steps/users/authentication_steps.rb index 5fcf3304..3cd7e216 100644 --- a/spec/acceptance_steps/users/authentication_steps.rb +++ b/spec/acceptance_steps/users/authentication_steps.rb @@ -67,7 +67,7 @@ step 'there is another signed in user user' do end step "the user should be redirected to the homepage" do - ember_route_should_be '/' + when_ember_is_ready { ember_route_should_be '/' } end step "the newly created user info should be stored in the local storage" do