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:
@@ -197,7 +197,6 @@ describe "Proposal Notifications" do
|
|||||||
logout
|
logout
|
||||||
login_as user1
|
login_as user1
|
||||||
visit root_path
|
visit root_path
|
||||||
visit root_path
|
|
||||||
|
|
||||||
find(".icon-notification").click
|
find(".icon-notification").click
|
||||||
|
|
||||||
@@ -209,7 +208,6 @@ describe "Proposal Notifications" do
|
|||||||
logout
|
logout
|
||||||
login_as user2
|
login_as user2
|
||||||
visit root_path
|
visit root_path
|
||||||
visit root_path
|
|
||||||
|
|
||||||
find(".icon-notification").click
|
find(".icon-notification").click
|
||||||
|
|
||||||
@@ -221,7 +219,6 @@ describe "Proposal Notifications" do
|
|||||||
logout
|
logout
|
||||||
login_as user3
|
login_as user3
|
||||||
visit root_path
|
visit root_path
|
||||||
visit root_path
|
|
||||||
|
|
||||||
find(".icon-no-notification").click
|
find(".icon-no-notification").click
|
||||||
|
|
||||||
@@ -301,7 +298,6 @@ describe "Proposal Notifications" do
|
|||||||
logout
|
logout
|
||||||
login_as user
|
login_as user
|
||||||
visit root_path
|
visit root_path
|
||||||
visit root_path
|
|
||||||
|
|
||||||
find(".icon-notification").click
|
find(".icon-notification").click
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user