diff --git a/cypress/e2e/plugin.spec.js b/cypress/e2e/plugin.spec.js index 6133681..2cc6ba4 100644 --- a/cypress/e2e/plugin.spec.js +++ b/cypress/e2e/plugin.spec.js @@ -1,4 +1,4 @@ -/// +/// context('Cypress Wait Until', () => { beforeEach(() => { diff --git a/cypress/types/plugin.spec.ts b/cypress/types/plugin.spec.ts index 60e67ee..9de4944 100644 --- a/cypress/types/plugin.spec.ts +++ b/cypress/types/plugin.spec.ts @@ -1,4 +1,4 @@ -/// +/// cy.waitUntil(() => true) cy.waitUntil(() => Promise.resolve(true)) diff --git a/index.d.ts b/index.d.ts index 5526d3c..ca77c7d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -/// +/// type WaitUntilLog = Pick