chore: roll playwright to 1745357020000 (#249)
This commit is contained in:
parent
1bc3c761de
commit
f7e9bae571
6 changed files with 38 additions and 26 deletions
|
|
@ -413,7 +413,7 @@ class PageSnapshot {
|
|||
|
||||
private async _snapshotFrame(frame: playwright.Page | playwright.FrameLocator) {
|
||||
const frameIndex = this._frameLocators.push(frame) - 1;
|
||||
const snapshotString = await frame.locator('body').ariaSnapshot({ ref: true });
|
||||
const snapshotString = await frame.locator('body').ariaSnapshot({ ref: true, emitGeneric: true });
|
||||
const snapshot = yaml.parseDocument(snapshotString);
|
||||
|
||||
const visit = async (node: any): Promise<unknown> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue