Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcconaghy committed Apr 19, 2019
1 parent b94ec53 commit aeb2fbb
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 find.click('[type="submit"]');
await find('[type="submit"]').first().click();
await PageObjects.header.waitUntilLoadingHasFinished();
}

Expand Down

0 comments on commit aeb2fbb

Please sign in to comment.