Skip to content

Commit

Permalink
[Flaky-tests] Fix SOM edit-saved-objects test (#109215) (#109246)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Aug 19, 2021
1 parent d81743d commit 48cc0c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await button.focus();
await delay(10);
await button.click();
// Allow some time for the transition/animations to occur before assuming the click is done
await delay(10);
};

describe('saved objects edition page', () => {
Expand Down

0 comments on commit 48cc0c3

Please sign in to comment.