We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc2ffb commit ce9745dCopy full SHA for ce9745d
src/test/index.spec.ts
@@ -10,24 +10,6 @@ test.describe("Home Page", () => {
10
}
11
);
12
13
- page.route(
14
- "https://corsproxy.io/?https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery",
15
- async (route) => {
16
- const json = {
17
- results: [
18
- {
19
- extensions: [
20
21
- statistics: [{ statisticName: "install", value: 1500000 }],
22
- },
23
- ],
24
25
26
- };
27
- return route.fulfill({ json });
28
- }
29
- );
30
-
31
await page.goto("/", { waitUntil: "load", timeout: 3000 });
32
});
33
0 commit comments