Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcconaghy committed Apr 19, 2019
1 parent b6130f6 commit b94ec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/watcher_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function WatcherPageProvider({ getPageObjects, getService }) {
await testSubjects.click('createAdvancedWatchButton');
await find.setValue('#id', watchName);
await find.setValue('#watchName', name);
await testSubjects.click('btnSaveWatch');
await find.click('[type="submit"]');
await PageObjects.header.waitUntilLoadingHasFinished();
}

Expand Down

0 comments on commit b94ec53

Please sign in to comment.