Visual Selector - xPath handling misc fixes (#1976)

This commit is contained in:
dgtlmoon
2023-11-13 21:23:43 +01:00
committed by GitHub
parent 5e2049c538
commit f7f98945a2
4 changed files with 20 additions and 9 deletions

View File

@@ -227,9 +227,6 @@ def test_regex_error_handling(client, live_server):
follow_redirects=True
)
with open('/tmp/fuck.html', 'wb') as f:
f.write(res.data)
assert b'is not a valid regular expression.' in res.data
res = client.get(url_for("form_delete", uuid="all"), follow_redirects=True)