Skip to content

Commit

Permalink
fix functional tests due to UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 4, 2019
1 parent 3473fc8 commit 6a3df14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/page_objects/graph_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function GraphPageProvider({ getService, getPageObjects }: FtrProviderCon

class GraphPage {
async selectIndexPattern(pattern: string) {
await testSubjects.click('graphDatasourceButton');
await testSubjects.click(`savedObjectTitle${pattern.split(' ').join('-')}`);
}

Expand Down

0 comments on commit 6a3df14

Please sign in to comment.