Skip to content

Commit

Permalink
Fix checkbox selector in test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Jun 18, 2024
1 parent 8cd683f commit 4ae6023
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration/workflow-actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ test.describe('Workflow Actions for a Completed Workflow', () => {
await page.getByTestId('workflow-reset-button').click();
await page.locator('#reset-event-5').click();
await page
.getByRole('checkbox', {
name: 'Reapply Signals that happened after the Reset point',
})
.first()
.getByText('Reapply Signals that happened after the Reset point')
.click();

await page
Expand Down

0 comments on commit 4ae6023

Please sign in to comment.