Skip to content

Commit 59208ec

Browse files
jsjoeiocode-asher
andauthored
Update test/e2e/codeServer.test.ts
Co-authored-by: Asher <[email protected]>
1 parent 958aa84 commit 59208ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/codeServer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test.describe("CodeServer", () => {
2323
await codeServer.setup()
2424
})
2525

26-
test("should navigate to the CODE_SERVER_ADDRESS", options, async ({ page }) => {
26+
test(`should navigate to ${CODE_SERVER_ADDRESS}`, options, async ({ page }) => {
2727
// We navigate codeServer before each test
2828
// and we start the test with a storage state
2929
// which means we should be logged in

0 commit comments

Comments
 (0)