Remove double requests

They were added in commit bb4e4dc084; although I must admit I don't
know the reason why they were needed.
This commit is contained in:
Javi Martín
2021-01-22 12:26:59 +01:00
parent a979a2225d
commit 25facc112f

View File

@@ -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