diff --git a/cypress/integration/fixture.spec.js b/cypress/integration/fixture.spec.js index 2a66075..60d64f2 100644 --- a/cypress/integration/fixture.spec.js +++ b/cypress/integration/fixture.spec.js @@ -27,7 +27,7 @@ describe('setup', function () { cy.readFile('../mocks/fixture.spec.json').should('not.exist'); cy.readFile('../fixtures/fixture-spec').should('not.exist'); // Ensure the http request has finished - cy.contains(/"userId":1/i); + cy.contains(/"id":1/i); }); }); diff --git a/cypress/integration/index.html b/cypress/integration/index.html index 1a23f38..8192b18 100644 --- a/cypress/integration/index.html +++ b/cypress/integration/index.html @@ -6,15 +6,7 @@

cypress-autorecord