Skip to content

Commit

Permalink
Remove unsupported eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvaisetroupe committed Oct 31, 2023
1 parent 3a68059 commit f46a063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('/admin', () => {
.should('be.visible')
.then(() => {
// Wait iframe to load
cy.wait(500); // eslint-disable-line cypress/no-unnecessary-waiting
cy.wait(500);
const getSwaggerIframe = () => {
return cy.get(swaggerFrameSelector).its('0.contentDocument.body').should('not.be.empty').then(cy.wrap);
};
Expand Down

0 comments on commit f46a063

Please sign in to comment.