Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
One-line fix for tests (whoops) (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeger authored Feb 17, 2023
1 parent c10c7dd commit e72fb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/commands/component.cy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ describe('cy.component', () => {
});

context('that is churning', () => {
const it12 = Cypress.addQuery ? it : it.skip;
const it12 = Cypress.Commands.addQuery ? it : it.skip;

it12('chain of length 1', () => {
cy.mount(
Expand Down

0 comments on commit e72fb77

Please sign in to comment.