Skip to content

Commit

Permalink
Fjerne utfylling av spørreundersøkelse i cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Oct 23, 2024
1 parent 48dc4b8 commit 86b2408
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/cypress/e2e/2_saksbehandling_soknad.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ describe('Saksbehandling søknad', () => {
.should('be.visible')

innvilModal.within(() => {
cy.findByRole('radio', {
name: /Nei/i,
}).click()
cy.findByRole('checkbox', {
name: /Jeg hadde nok opplysninger./i,
}).click()
cy.findByRole('button', {
name: /innvilg søknaden/i,
}).click()
Expand Down

0 comments on commit 86b2408

Please sign in to comment.