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.
testIsolation
1 parent 478d7cd commit 063a2ffCopy full SHA for 063a2ff
src/index.js
@@ -37,7 +37,7 @@ function createQuery(queryName, implementationName) {
37
Cypress.log({
38
name: queryName,
39
type:
40
- this.get('prev').get('chainerId') === this.get('chainerId')
+ this.get('prev')?.get('chainerId') === this.get('chainerId')
41
? 'child'
42
: 'parent',
43
message: inputArr,
0 commit comments