mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-25 23:06:51 +00:00
hmm
This commit is contained in:
@@ -76,7 +76,8 @@ jobs:
|
||||
name: debug-output
|
||||
retention-days: 3
|
||||
path: |
|
||||
/tmp/*html
|
||||
/tmp/info.html
|
||||
/tmp/info2.html
|
||||
|
||||
|
||||
#export WEBDRIVER_URL=http://localhost:4444/wd/hub
|
||||
|
||||
@@ -38,6 +38,8 @@ def test_select_custom(client, live_server):
|
||||
res = client.get(url_for("index"))
|
||||
assert b'Proxy Authentication Required' not in res.data
|
||||
|
||||
with open('/tmp/info2.html', 'wb') as f:
|
||||
f.write(res.data)
|
||||
|
||||
res = client.get(
|
||||
url_for("preview_page", uuid="first"),
|
||||
|
||||
Reference in New Issue
Block a user