Skip to content

Commit

Permalink
attempt to fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jun 14, 2021
1 parent 546a0fa commit 5001d92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export function SyntheticsIntegrationPageProvider({
*/
async fillTextInputByTestSubj(testSubj: string, value: string) {
const field = await testSubjects.find(testSubj, 5000);
await field.scrollIntoViewIfNecessary();
await field.click();
await field.clearValue();
await field.type(value);
Expand Down

0 comments on commit 5001d92

Please sign in to comment.