Skip to content

Commit 49228db

Browse files
committed
chore: fix e2e test
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 6587920 commit 49228db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/e2e/tests/app.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ test("app", async ({ context, page }) => {
4242
token,
4343
apps: [
4444
{
45+
id: randomUUID(),
4546
url: `http://localhost:${addr.port}`,
4647
displayName: appName,
4748
order: 0,

0 commit comments

Comments
 (0)