mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update watcher_test.js
This commit is contained in:
parent
d11228d618
commit
8a0289f9f1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue