From a2182e8a8d9d0dcd818be6d82f8f6f9029411ace Mon Sep 17 00:00:00 2001 From: shortcutme Date: Wed, 4 Oct 2017 12:48:16 +0200 Subject: [PATCH] Invalid nonce requests automatically shows wrapper now --- src/Test/TestWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/TestWeb.py b/src/Test/TestWeb.py index a6ad726c..8d2c295a 100644 --- a/src/Test/TestWeb.py +++ b/src/Test/TestWeb.py @@ -89,5 +89,5 @@ class TestWeb: with WaitForPageLoad(browser): browser.execute_script("window.top.location = window.location") assert "wrapper_nonce" in browser.current_url # We try to use nonce-ed html without iframe - assert "Forbidden" in browser.page_source # Only allow to use nonce once-time + assert "