Skip to content

Commit 6dab084

Browse files
committed
Try to fix failing Playwright test
1 parent a5d0009 commit 6dab084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)