Skip to content

Commit

Permalink
Re-enable watcher FireFox functional test (#56112) (#56294)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
jloleysens and elasticmachine authored Jan 29, 2020
1 parent 02e92e5 commit 0c67507
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x-pack/test/functional/apps/watcher/watcher_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ export default function({ getService, getPageObjects }) {
}

await browser.setWindowSize(1600, 1000);
await PageObjects.common.navigateToApp('watcher');
// TODO: Remove the retry.try wrapper once https://github.com/elastic/kibana/issues/55985 is resolved
retry.try(async () => {
await PageObjects.common.navigateToApp('watcher');
await testSubjects.find('createWatchButton');
});
});

it('create and save a new watch', async () => {
Expand Down

0 comments on commit 0c67507

Please sign in to comment.