Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Nov 7, 2024
1 parent 9f6ad6f commit 3b154df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test.describe("A spec used to smoke test the environment once a deployment has h
await context.addCookies([
{ name: 'auth-secret', value: process.env.AUTH_SECRET, path: '/', domain: 'localhost' }
]);
await page.goto(process.env.WEBAPP_URL + "/");
await page.goto(process.env.WEBAPP_URL);
await expect(page.getByTestId("start-button")).toBeVisible();
});

Expand Down

0 comments on commit 3b154df

Please sign in to comment.