From 5733a8d53c04a74d1270e5317447939808e22de6 Mon Sep 17 00:00:00 2001 From: Zach Waterfield Date: Tue, 26 Mar 2024 15:26:36 -0400 Subject: [PATCH] Move user-enterprise json to follow other files --- cypress/fixtures/api/{ => users}/user-enterprise.json | 8 ++++---- cypress/support/e2e.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename cypress/fixtures/api/{ => users}/user-enterprise.json (89%) diff --git a/cypress/fixtures/api/user-enterprise.json b/cypress/fixtures/api/users/user-enterprise.json similarity index 89% rename from cypress/fixtures/api/user-enterprise.json rename to cypress/fixtures/api/users/user-enterprise.json index d75cfe56c87dc..79495796a5638 100644 --- a/cypress/fixtures/api/user-enterprise.json +++ b/cypress/fixtures/api/users/user-enterprise.json @@ -14,8 +14,8 @@ "uuid": "01787e47-55d7-0000-6976-b893a03aaba8", "organization": "01787e47-5558-0000-bae1-6bc513b42abe", "api_token": "dtrwW0uEC7LwVx64RmZmqog_XjU0nXWuEK1d1ZpjteQ", - "name": "Hogflix Demo App", - "completed_snippet_onboarding": true, + "name": "Hogflix Demo App 6", + "completed_snippet_onboarding": false, "ingested_event": true, "is_demo": true, "timezone": "UTC" @@ -33,8 +33,8 @@ "uuid": "01787e47-55d7-0000-6976-b893a03aaba8", "organization": "01787e47-5558-0000-bae1-6bc513b42abe", "api_token": "dtrwW0uEC7LwVx64RmZmqog_XjU0nXWuEK1d1ZpjteQ", - "name": "Hogflix Demo App", - "completed_snippet_onboarding": true, + "name": "Hogflix Demo App 6", + "completed_snippet_onboarding": false, "ingested_event": true, "is_demo": true, "timezone": "UTC" diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 3a045ceb986e0..780ec46c1e2c9 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -47,7 +47,7 @@ beforeEach(() => { ) if (Cypress.spec.name.includes('Premium')) { - cy.intercept('/api/users/@me/', { fixture: 'api/user-enterprise' }) + cy.intercept('/api/users/@me/', { fixture: 'api/users/user-enterprise' }) cy.request('POST', '/api/login/', { email: 'test@posthog.com',