Skip to content

Commit f0231da

Browse files
committed
Try to fix failing Playwright test
1 parent 4109a12 commit f0231da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/git-scm.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test.describe('Windows', () => {
6464
await expect(windowsButton).toBeVisible()
6565
await expect(windowsButton).toHaveClass(/selected/)
6666

67-
const allButton = page.getByRole('link', { name: 'All' })
67+
const allButton = page.getByRole('link', { name: 'All', exact: true })
6868
await expect(allButton).not.toHaveClass(/selected/)
6969

7070
const thumbnails = page.locator('.gui-thumbnails li:visible')

0 commit comments

Comments
 (0)