Skip to content

Commit af3d4c8

Browse files
authored
test: revert "test: disable "download as zip" tests for now (#448)" (#452)
1 parent 8588436 commit af3d4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/test/topbar.test.ts

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

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

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

0 commit comments

Comments
 (0)