Skip to content

Commit

Permalink
[Flaky-tests] Fix SOM edit-saved-objects test (elastic#109215) (elast…
Browse files Browse the repository at this point in the history
…ic#109245)

Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Aug 19, 2021
1 parent 755a9fe commit f9d9e81
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 f9d9e81

Please sign in to comment.