Skip to content

Commit

Permalink
revert browser interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 8, 2021
1 parent 35593f6 commit cfdcf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/browsers/base.ts
Expand Up @@ -29,7 +29,7 @@ export class BrowserInterface {
elementById(selector: string): BrowserInterface {
return this
}
click(selector: string): BrowserInterface {
click(): BrowserInterface {
return this
}
type(text: string): BrowserInterface {
Expand Down

0 comments on commit cfdcf47

Please sign in to comment.