Update puppeteer to 22.6.5
Bug: none
Change-Id: Iadbc26a9d0c35e599c3adbbd13dea9fce1963ca0
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5458178
Reviewed-by: Simon Zünd <[email protected]>
Commit-Queue: Alex Rudenko <[email protected]>
Reviewed-by: Wolfgang Beyer <[email protected]>
diff --git a/test/e2e/sources/overrides_test.ts b/test/e2e/sources/overrides_test.ts
index a36797c..98f2502 100644
--- a/test/e2e/sources/overrides_test.ts
+++ b/test/e2e/sources/overrides_test.ts
@@ -216,7 +216,7 @@
await setCacheDisabled(false);
const networkPanel = await waitFor('.tabbed-pane-header-tab.selected');
const icons = await networkPanel.$$('.tabbed-pane-header-tab-icon');
- const iconTitleElement = await icons[0].$('aria/Requests may be overridden locally, see the Sources panel');
+ const iconTitleElement = await icons[0].$('[title="Requests may be overridden locally, see the Sources panel"]');
assert.strictEqual(icons.length, 1);
assert.isNotNull(iconTitleElement);
@@ -245,7 +245,7 @@
await setCacheDisabled(false);
const networkPanel = await waitFor('.tabbed-pane-header-tab.selected');
const icons = await networkPanel.$$('.tabbed-pane-header-tab-icon');
- const iconTitleElement = await icons[0].$('aria/Requests may be overridden locally, see the Sources panel');
+ const iconTitleElement = await icons[0].$('[title="Requests may be overridden locally, see the Sources panel"]');
assert.strictEqual(icons.length, 1);
assert.isNotNull(iconTitleElement);