We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4109a12 commit f0231daCopy full SHA for f0231da
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