(selector: string)
| 89 | } |
| 90 | |
| 91 | protected locator(selector: string) { |
| 92 | return new PreviewLocator(`${this._pwSelector} >> ${selector}`, this._container) |
| 93 | } |
| 94 | |
| 95 | protected elementLocator(element: Element) { |
| 96 | return new PreviewLocator( |
no outgoing calls
no test coverage detected