We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d0009 commit 6dab084Copy full SHA for 6dab084
1 file changed
tests/git-scm.spec.js
@@ -64,7 +64,7 @@ test.describe('Windows', () => {
64
await expect(windowsButton).toBeVisible()
65
await expect(windowsButton).toHaveClass(/selected/)
66
67
- const allButton = page.getByRole('link', { name: 'All' })
+ const allButton = page.getByRole('link', { name: 'All', exact: true })
68
await expect(allButton).not.toHaveClass(/selected/)
69
70
const thumbnails = page.locator('.gui-thumbnails li:visible')
0 commit comments