chore: roll Playwright to remove empty generic nodes (#330)
This commit is contained in:
parent
2c9376e50f
commit
292e75d464
12 changed files with 41 additions and 48 deletions
|
|
@ -34,7 +34,7 @@ test('test reopen browser', async ({ client }) => {
|
|||
arguments: {
|
||||
url: 'data:text/html,<html><title>Title</title><body>Hello, world!</body></html>',
|
||||
},
|
||||
})).toContainTextContent(`- text: Hello, world!`);
|
||||
})).toContainTextContent(`- generic [ref=s1e2]: Hello, world!`);
|
||||
});
|
||||
|
||||
test('executable path', async ({ startClient }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue