Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Aug 29, 2022
1 parent d552032 commit 209dc29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await advancedPolicyField.clearValueWithKeyboard();

// Make sure the toast button closes so the save button on the sticky footer is visible
//await testSubjects.waitForHidden('toastCloseButton');
await new Promise(r => setTimeout(r, 5000));
// await testSubjects.waitForHidden('toastCloseButton');
await new Promise((r) => setTimeout(r, 5000));
await pageObjects.policy.confirmAndSave();

await testSubjects.existOrFail('policyDetailsSuccessMessage');
Expand Down

0 comments on commit 209dc29

Please sign in to comment.