summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/end2end/features/private.feature7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature
index f97683140..02f555689 100644
--- a/tests/end2end/features/private.feature
+++ b/tests/end2end/features/private.feature
@@ -231,9 +231,10 @@ Feature: Using private browsing
And I run :close
And I set content.cookies.accept to never
And I open data/title.html in a private window
- And I run :jseval document.cookie = "testcookie"
- And I run :jseval "has cookie: " + !!document.cookie
- Then "has cookie: false" should be logged
+ And I open cookies/set?unsuccessful-cookie=1 without waiting in a new tab
+ And I wait until cookies is loaded
+ And I open cookies
+ Then the cookie unsuccessful-cookie should not be set
Scenario: Disabling JS after reiniting private profile
When I open about:blank in a new window