Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <[email protected]>
  • Loading branch information
mattkrick committed Aug 5, 2024
1 parent 831bac2 commit cb3fc48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ test.describe('retrospective-demo / group page', () => {
// Then it auto-generates a header
await expect(
page.locator(
`[data-cy=group-column-Start] [data-cy*="Start-group-"] input[value="Decisions Things"]`
`[data-cy=group-column-Start] [data-cy*="Start-group-"] input[value="Things Notion"]`
)
).toBeVisible()

Expand Down

0 comments on commit cb3fc48

Please sign in to comment.