Skip to content

Commit

Permalink
remove duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 26, 2020
1 parent 5e364d4 commit 6e576c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x-pack/test/functional/page_objects/gis_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,6 @@ export function GisPageProvider({ getService, getPageObjects }) {
await testSubjects.click('uploadedGeoJson');
}

async selectGeoJsonUploadSource() {
log.debug(`Select upload geojson source`);
await testSubjects.click('uploadedGeoJson');
}

async uploadJsonFileForIndexing(path) {
await PageObjects.common.setFileInputPath(path);
log.debug(`File selected`);
Expand Down

0 comments on commit 6e576c8

Please sign in to comment.