Skip to content

Commit

Permalink
See if E2E CI issue is related to the JSON fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Dec 6, 2023
1 parent b849931 commit 9954523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Resources.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Studios', () => {
projectLabelBase,
}).then(({ projectLabel }: { projectLabel: string }) => {
cy.wrap(projectLabel).as('projectLabel');
cy.fixture('GenericResource.json').then(resourcePayload => {
cy.fixture('AnalysisResource.json').then(resourcePayload => {
cy.task('resource:create', {
nexusApiUrl: Cypress.env('NEXUS_API_URL'),
authToken,
Expand Down

0 comments on commit 9954523

Please sign in to comment.