diff --git a/spec/features/notifications_spec.rb b/spec/features/notifications_spec.rb index 1c47ca44f..2504a6032 100644 --- a/spec/features/notifications_spec.rb +++ b/spec/features/notifications_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -feature "Notifications" do +feature "Notifications", :focus do let(:author) { create :user } let(:user) { create :user } let(:debate) { create :debate, author: author } @@ -151,7 +151,7 @@ feature "Notifications" do context "Proposal notification" do - scenario "Voters should receive a notification", :js, :focus do + scenario "Voters should receive a notification", :js do author = create(:user) user1 = create(:user)