Skip to content

Commit 1ca2f54

Browse files
authored
test: disable "download as zip" tests for now (#448)
1 parent bda1a31 commit 1ca2f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: e2e/test/topbar.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ test('user can change theme', async ({ page }) => {
2121
await expect(heading).toHaveCSS('color', hexToRGB(theme.colors.gray[200]));
2222
});
2323

24-
test('user can download project as zip', async ({ page }) => {
24+
// TODO: Enable once https://github.com/stackblitz/tutorialkit/issues/447 is fixed
25+
test.skip('user can download project as zip', async ({ page }) => {
2526
await page.goto('/', { waitUntil: 'networkidle' });
2627

2728
const downloadPromise = page.waitForEvent('download');

0 commit comments

Comments
 (0)