Skip to content

Commit

Permalink
fixup! fixup! feat: display captcha component according to the relate…
Browse files Browse the repository at this point in the history
…d ICM captcha service (#200)
  • Loading branch information
dhhyi committed May 18, 2020
1 parent e68d9e7 commit 5181417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cypress/integration/framework/index.ts
Expand Up @@ -38,6 +38,7 @@ export function fillFormField(parent: string, key: string, value: number | strin
if (tagName === 'INPUT') {
const inputField = cy.get(`[data-testing-id="${key}"]`);
inputField.clear();
inputField.focus();
if (value) {
inputField.type(value.toString());
}
Expand Down

0 comments on commit 5181417

Please sign in to comment.