We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eb02b commit fc612d0Copy full SHA for fc612d0
backend/test/test_run_crawl.py
@@ -1305,17 +1305,15 @@ def test_custom_behavior_logs(
1305
if log["context"] == "behaviorScriptCustom":
1306
assert log["message"] in (
1307
"test-stat",
1308
- "done!",
1309
"In Test Behavior!",
1310
- "Using Site-Specific Behavior: TestBehavior",
1311
)
1312
if log["message"] in ("test-stat", "done!"):
1313
assert log["details"]["behavior"] == "TestBehavior"
1314
assert log["details"]["page"] == "https://specs.webrecorder.net/"
1315
1316
custom_log_line_count += 1
1317
1318
- assert custom_log_line_count == 3
+ assert custom_log_line_count == 2
1319
1320
1321
def test_crawls_exclude_behavior_logs(
0 commit comments