Remove telemetry step from E2E tests

This commit is contained in:
Koen Vlaswinkel
2024-12-05 12:12:02 +01:00
parent 9506c17a79
commit de9fd276d1

View File

@@ -5,11 +5,6 @@ test("run query and open it from history", async ({ page }) => {
await page.getByRole("tab", { name: "CodeQL" }).locator("a").click();
// decline extension telemetry
await page.getByRole("button", { name: "No", exact: true }).click({
timeout: 60000,
});
await page.keyboard.press("Control+Shift+P");
await page.keyboard.type("Create Query");
await page.keyboard.press("Enter");