Skip to content

Commit 408fcdb

Browse files
committed
chore: add changes needed for release 15
1 parent 0f2b7ad commit 408fcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/2-advanced-examples/misc.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ context('Misc', () => {
4949
.its('stderr').should('be.empty')
5050

5151
cy.exec('pwd')
52-
.its('code').should('eq', 0)
52+
.its('exitCode').should('eq', 0)
5353
}
5454
})
5555

0 commit comments

Comments
 (0)