Skip to content

Commit

Permalink
Removed the unwanted method
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Apr 22, 2020
1 parent 3cd5bc3 commit 6a694c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/services/test_subjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export function TestSubjectsProvider({ getService }: FtrProviderContext) {
const WAIT_FOR_EXISTS_TIME = config.get('timeouts.waitForExists');

class TestSubjects {
findByCssSelector(arg0: string) {
throw new Error('Method not implemented.');
}
public async exists(selector: string, options: ExistsOptions = {}): Promise<boolean> {
const { timeout = WAIT_FOR_EXISTS_TIME, allowHidden = false } = options;

Expand Down

0 comments on commit 6a694c1

Please sign in to comment.