Skip to content

Commit

Permalink
Merge pull request #317 from navikt/fix_ux_signals_cypress_test
Browse files Browse the repository at this point in the history
FIX uxSignals cypress test
  • Loading branch information
akgagnat authored Jun 21, 2024
2 parents 1785389 + ed341f8 commit 2091acb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/uxSignals.cy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
describe('uxSignals', () => {
beforeEach(() => {
cy.intercept('GET', '/sendinn/api/fyllut/forms/*', cy.spy().as('getFormSpy'));
cy.intercept('GET', '/v2/study/id/*', { fixture: 'uxSignalsStudy.json' }).as('getUxSignalsStudy');
});
it('Should show uxSignals', () => {
cy.defaultIntercepts();
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions mocks/data/uxsignals/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions mocks/handlers/uxSignals.ts

This file was deleted.

0 comments on commit 2091acb

Please sign in to comment.