Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSilbernagel committed Nov 10, 2024
1 parent ab1081f commit a76884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/decision-tree.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test.beforeEach(async ({ page }) => {

test.describe('pageload', () => {
test('should load all landing page content as expected', async ({ page }) => {
await expect(page).toHaveTitle(/Blah/i)
await expect(page).toHaveTitle(/Home/i)
await expect(page.getByRole('button', { name: /Example/i })).toBeVisible()
await expect(page.getByRole('button', { name: /New/i })).toBeVisible()
await expect(
Expand Down

0 comments on commit a76884f

Please sign in to comment.