chore: roll Playwright, remove localOutputDir (#471)
This commit is contained in:
@@ -52,7 +52,7 @@ export class PageSnapshot {
|
||||
].join('\n');
|
||||
}
|
||||
|
||||
refLocator(ref: string): playwright.Locator {
|
||||
return this._page.locator(`aria-ref=${ref}`);
|
||||
refLocator(params: { element: string, ref: string }): playwright.Locator {
|
||||
return this._page.locator(`aria-ref=${params.ref}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user