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 7519014 commit 0caa013Copy full SHA for 0caa013
ui-tests/tests/commit.spec.ts
@@ -28,7 +28,7 @@ test.describe('Commit', () => {
28
await page.keyboard.press('Control+s');
29
30
await page.getByRole('tab', { name: 'Git' }).click();
31
- await page.getByTitle('another_file.txt • Modified').hover();
+ //await page.getByTitle('another_file.txt • Modified').hover();
32
await page.getByRole('button', { name: 'Stage this change' }).click();
33
34
await page
0 commit comments