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 dda8e82 commit f1e3fdeCopy full SHA for f1e3fde
ui-tests/tests/file-selection.spec.ts
@@ -65,7 +65,7 @@ test.describe('File selection for simple staging', () => {
65
// Click [aria-label="main"] >> text=Git
66
await page.locator('[aria-label="main"] >> text=Git').click();
67
// Click text=Simple staging
68
- await page.locator('text=Simple staging').click();
+ await page.getByRole('menuitem', { name: 'Simple staging' }).click();
69
});
70
71
test('should mark four files with shift-click', async ({ page }) => {
0 commit comments