Skip to content

Commit ae5f0d0

Browse files
committed
Change land to combobox
1 parent 87c739e commit ae5f0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fyllut/cypress/e2e/form/your-information.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('Your information', () => {
164164
cy.findByRole('textbox', { name: /^Postnummer/ }).type('1234');
165165
cy.findByRole('textbox', { name: /^By \/ stedsnavn/ }).type('Plassen');
166166
cy.findByRole('textbox', { name: /^Region/ }).type('Øst');
167-
cy.findByRole('textbox', { name: /^Land/ }).type('Sverige');
167+
cy.findByRole('combobox', { name: /^Land/ }).type('Sverige{downArrow}{enter}');
168168
cy.findByRole('textbox', { name: /^Gyldig fra/ }).type(
169169
DateTime.now().minus({ days: 300 }).toFormat(dateUtils.inputFormat),
170170
);

0 commit comments

Comments
 (0)