Skip to content

Commit 0caa013

Browse files
Try to fix commit.spec.ts.
1 parent 7519014 commit 0caa013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/tests/commit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test.describe('Commit', () => {
2828
await page.keyboard.press('Control+s');
2929

3030
await page.getByRole('tab', { name: 'Git' }).click();
31-
await page.getByTitle('another_file.txt • Modified').hover();
31+
//await page.getByTitle('another_file.txt • Modified').hover();
3232
await page.getByRole('button', { name: 'Stage this change' }).click();
3333

3434
await page

0 commit comments

Comments
 (0)