Skip to content

Commit 4f07301

Browse files
committed
Fix broken test (again)
1 parent 988f382 commit 4f07301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/cypress/e2e/commands/aliasing.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('src/cy/commands/aliasing', () => {
3030
})
3131

3232
it('stores the lookup as an alias when .then() is an intermediate', () => {
33-
cy.get('body').then().as('body')
33+
cy.get('body').then(() => {}).as('body')
3434
cy.get('@body')
3535
})
3636

0 commit comments

Comments
 (0)