chore: roll Playwright, remove localOutputDir (#471)
This commit is contained in:
parent
13cd1b4bd9
commit
f20ae22ec6
15 changed files with 73 additions and 77 deletions
|
|
@ -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}`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue