Skip to content

Commit

Permalink
#208 Move wait
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Feb 7, 2024
1 parent 48613c0 commit 2feabcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/OeAdres.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,6 @@ const setMultiSelectValue = (field: string, value: string) => {

const setAutocompleteValue = (field: string, value: string) => {
getAutocompleteInput(field).click();
getAutocompleteInput(field).type(value);
cy.wait(2000);
getAutocompleteInput(field).type(value);
};

0 comments on commit 2feabcf

Please sign in to comment.