Skip to content

Commit 754b5a2

Browse files
committed
Remove paper
1 parent 4891718 commit 754b5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fyllut/cypress/e2e/components/currency-and-account.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('Components', () => {
77
beforeEach(() => {
88
cy.defaultIntercepts();
99
cy.intercept('GET', '/fyllut/api/forms/pengerogkonto').as('getPengerOgKontoForm');
10-
cy.visit('/fyllut/pengerogkonto/skjema?sub=paper');
10+
cy.visit('/fyllut/pengerogkonto/skjema');
1111
cy.wait('@getCurrencies');
1212
cy.wait('@getPengerOgKontoForm');
1313
});

0 commit comments

Comments
 (0)