Skip to content

Commit

Permalink
try smoke test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Aug 26, 2022
1 parent dfd2e56 commit 544718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/smoke-test/tests/storybook.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ storybookTest(
await page.goto(STORYBOOK_URL)

// Click Redwood link in left nav
await page.locator('css=[data-item-id=redwood--page]').click()
await page.locator('id=redwood--page').click()

await expect(page).toHaveURL(
`http://localhost:${port}/?path=/story/redwood--page`
Expand Down

0 comments on commit 544718c

Please sign in to comment.