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 988f382 commit 4f07301Copy full SHA for 4f07301
packages/driver/cypress/e2e/commands/aliasing.cy.js
@@ -30,7 +30,7 @@ describe('src/cy/commands/aliasing', () => {
30
})
31
32
it('stores the lookup as an alias when .then() is an intermediate', () => {
33
- cy.get('body').then().as('body')
+ cy.get('body').then(() => {}).as('body')
34
cy.get('@body')
35
36
0 commit comments