From 25facc112fbb6da08e74650283cb82314ba0c3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 22 Jan 2021 12:26:59 +0100 Subject: [PATCH] Remove double requests They were added in commit bb4e4dc084; although I must admit I don't know the reason why they were needed. --- spec/system/proposal_notifications_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/system/proposal_notifications_spec.rb b/spec/system/proposal_notifications_spec.rb index 969b9e3fa..2471198d1 100644 --- a/spec/system/proposal_notifications_spec.rb +++ b/spec/system/proposal_notifications_spec.rb @@ -197,7 +197,6 @@ describe "Proposal Notifications" do logout login_as user1 visit root_path - visit root_path find(".icon-notification").click @@ -209,7 +208,6 @@ describe "Proposal Notifications" do logout login_as user2 visit root_path - visit root_path find(".icon-notification").click @@ -221,7 +219,6 @@ describe "Proposal Notifications" do logout login_as user3 visit root_path - visit root_path find(".icon-no-notification").click @@ -301,7 +298,6 @@ describe "Proposal Notifications" do logout login_as user visit root_path - visit root_path find(".icon-notification").click