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 d24bb17 commit 11058d3Copy full SHA for 11058d3
packages/server/lib/modes/record.js
@@ -784,7 +784,7 @@ const createRunAndRecordSpecs = (options = {}) => {
784
})
785
786
if (response === responseDidFail) {
787
- debug('Response did fail equals response, allowing browser to hang until it is killed: Response %o', { responseDidFail })
+ debug('`responseDidFail` equals `response`, allowing browser to hang until it is killed: Response %o', { responseDidFail })
788
789
// dont call the cb, let the browser hang until it's killed
790
return
0 commit comments