Skip to content

Commit

Permalink
Remove unused (non-working) methods
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDr committed Dec 15, 2016
1 parent 1854ee3 commit c190cc5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/support/page_objects/discover_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,18 +316,6 @@ export default class DiscoverPage {
.click();
}

// this doesn't work yet. Seems like we have to mouse over first to get it to appear?
removeFilter(field) {
return PageObjects.common.findTestSubject('removeFilter-' + field)
.click();
}

// this doesn't work yet. Seems like we have to mouse over first to get it to appear?
disableFilter(field) {
return PageObjects.common.findTestSubject('disableFilter-' + field)
.click();
}

removeAllFilters() {
return this.findTimeout
.findByCssSelector('a[ng-click="showFilterActions = !showFilterActions"]')
Expand Down

0 comments on commit c190cc5

Please sign in to comment.