Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions tests/playwright/vrt-timer-controls.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ test.describe('Visual Regression Tests', () => {
await takeScreenshot(timerControls, 'timer-controls-active.png', {
mask: [controlPage.getByTestId('timer-countdown')],
})

// Stop the timer to reset for the next test
await controlPage.getByTestId('stop-timer-button').click()
})

test('start button hover state', async () => {
Expand Down
Loading