You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -216,7 +215,7 @@ for (const [mode, startClientMethod] of [
216
215
awaitconfirmationPagePromise;
217
216
});
218
217
219
-
testWithOldVersion(`extension version mismatch (${mode})`,async({ browserWithExtension, startClient, server, useShortConnectionTimeout })=>{
218
+
testWithOldExtensionVersion(`works with old extension version (${mode})`,async({ browserWithExtension, startClient, server, useShortConnectionTimeout })=>{
220
219
useShortConnectionTimeout(500);
221
220
222
221
// Prelaunch the browser, so that it is properly closed after the test.
@@ -233,19 +232,13 @@ for (const [mode, startClientMethod] of [
awaitexpect(confirmationPage.locator('.status-banner')).toHaveText(`Incompatible Playwright MCP version: ${packageJSON.version} (extension version: 0.0.1). Click here to download the matching extension, then drag and drop it into the Chrome Extensions page. See installation instructions for more details.`);
235
+
constselectorPage=awaitconfirmationPagePromise;
236
+
// For browser_navigate command, the UI shows Allow/Reject buttons instead of tab selector
0 commit comments