Skip to content

Commit

Permalink
Fix functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Sep 9, 2022
1 parent 411bb6c commit 737a4f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
);
}
// click elsewhere to close the filter dropdown
const searchFilter = await find.byCssSelector('.euiPageBody .euiFieldSearch');
const searchFilter = await find.byCssSelector('.euiPageTemplate .euiFieldSearch');
await searchFilter.click();
// wait until the table refreshes
await listingTable.waitUntilTableIsLoaded();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
);
}
// click elsewhere to close the filter dropdown
const searchFilter = await find.byCssSelector('.euiPageBody .euiFieldSearch');
const searchFilter = await find.byCssSelector('.euiPageTemplate .euiFieldSearch');
await searchFilter.click();
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
);
}
// click elsewhere to close the filter dropdown
const searchFilter = await find.byCssSelector('.euiPageBody .euiFieldSearch');
const searchFilter = await find.byCssSelector('.euiPageTemplate .euiFieldSearch');
await searchFilter.click();
// wait until the table refreshes
await listingTable.waitUntilTableIsLoaded();
Expand Down

0 comments on commit 737a4f7

Please sign in to comment.