Skip to content

Commit c3aedd5

Browse files
Minor
1 parent 9cfe51e commit c3aedd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/004-history.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ test.describe('History', () => {
3939
await expect(grid).toBeVisible();
4040
const rows = grid.locator('[role="row"]');
4141

42-
// Search for first automatic script
4342
await page.getByRole('searchbox', { name: 'Executable' }).fill('example/ACME-20_once');
4443
await expect(rows.nth(1)).toContainText('Script \'example/ACME-20_once\'');
4544
await expect(rows.nth(1)).toContainText('succeeded');
4645

47-
// Search for second automatic script
4846
await page.getByRole('searchbox', { name: 'Executable' }).fill('example/ACME-21_changed');
4947
await expect(rows.nth(1)).toContainText('Script \'example/ACME-21_changed\'');
5048
await expect(rows.nth(1)).toContainText('succeeded');

0 commit comments

Comments
 (0)