We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda1a31 commit 1ca2f54Copy full SHA for 1ca2f54
e2e/test/topbar.test.ts
@@ -21,7 +21,8 @@ test('user can change theme', async ({ page }) => {
21
await expect(heading).toHaveCSS('color', hexToRGB(theme.colors.gray[200]));
22
});
23
24
-test('user can download project as zip', async ({ page }) => {
+// TODO: Enable once https://github.com/stackblitz/tutorialkit/issues/447 is fixed
25
+test.skip('user can download project as zip', async ({ page }) => {
26
await page.goto('/', { waitUntil: 'networkidle' });
27
28
const downloadPromise = page.waitForEvent('download');
0 commit comments