Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 028de91

Browse files
fix: format
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 1cb9001 commit 028de91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/dependencies/global.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup.describe("Ingest initial data", () => {
1616
setup("Upload files", async ({ page, baseURL }) => {
1717
await login(page);
1818

19-
await page.goto(baseURL!);
19+
await page.goto(baseURL!);
2020

2121
setup.setTimeout(SETUP_TIMEOUT);
2222
await uploadSboms(page, SBOM_FILES);

0 commit comments

Comments
 (0)