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 9cfe51e commit c3aedd5Copy full SHA for c3aedd5
test/e2e/004-history.spec.ts
@@ -39,12 +39,10 @@ test.describe('History', () => {
39
await expect(grid).toBeVisible();
40
const rows = grid.locator('[role="row"]');
41
42
- // Search for first automatic script
43
await page.getByRole('searchbox', { name: 'Executable' }).fill('example/ACME-20_once');
44
await expect(rows.nth(1)).toContainText('Script \'example/ACME-20_once\'');
45
await expect(rows.nth(1)).toContainText('succeeded');
46
47
- // Search for second automatic script
48
await page.getByRole('searchbox', { name: 'Executable' }).fill('example/ACME-21_changed');
49
await expect(rows.nth(1)).toContainText('Script \'example/ACME-21_changed\'');
50
0 commit comments