refine test

This commit is contained in:
dgtlmoon
2023-10-28 19:43:58 +02:00
parent 0eb2ef807e
commit f6bd27d03d

View File

@@ -99,6 +99,15 @@ def test_basic_browserstep(client, live_server):
wait_for_all_checks(client)
uuid = extract_UUID_from_client(client)
# Check HTML conversion detected and workd
res = client.get(
url_for("preview_page", uuid=uuid),
follow_redirects=True
)
assert b"This text should be removed" not in res.data
assert b"I smell JavaScript because the button was pressed" in res.data
# now test for 404 errors
res = client.post(