Update watcher_test.js

This commit is contained in:
Jean-Louis Leysens 2020-01-30 16:22:00 +01:00 committed by GitHub
parent d11228d618
commit 8a0289f9f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);