Skip to content

Commit

Permalink
Update watcher_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Jan 30, 2020
1 parent d11228d commit 8a0289f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/functional/apps/watcher/watcher_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default function({ getService, getPageObjects }) {
});

it('create and save a new watch', async () => {
await PageObjects.common.sleep(500);
await PageObjects.watcher.createWatch(watchID, watchName);
const watch = await PageObjects.watcher.getWatch(watchID);
expect(watch.id).to.be(watchID);
Expand Down

0 comments on commit 8a0289f

Please sign in to comment.