Skip to content

Commit b7c164c

Browse files
committed
fixup!: use different test names
1 parent 384c924 commit b7c164c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/downloads.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { clean } from "../utils/helpers"
44
import { describe, test, expect } from "./baseFixture"
55

66
describe("Downloads (enabled)", true, [], {}, async () => {
7-
const testName = "downloads"
7+
const testName = "downloads-enabled"
88
test.beforeAll(async () => {
99
await clean(testName)
1010
})
@@ -26,7 +26,7 @@ describe("Downloads (enabled)", true, [], {}, async () => {
2626
})
2727

2828
describe("Downloads (disabled)", true, ["--disable-file-downloads"], {}, async () => {
29-
const testName = "downloads"
29+
const testName = "downloads-disabled"
3030
test.beforeAll(async () => {
3131
await clean(testName)
3232
})

0 commit comments

Comments
 (0)