Skip to content

Commit 35d735d

Browse files
committed
Log DOM as error
1 parent a7ada5b commit 35d735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/selenium.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function retry(fn, errorsToRetry = [], retries = 5) {
111111
}
112112
}
113113
const dom = await driver.getPageSource();
114-
console.log(dom);
114+
console.error(dom);
115115
throw lastError;
116116
}
117117

0 commit comments

Comments
 (0)