Skip to content

Commit ed80439

Browse files
committed
test: drop redundant narration from the inventory delete-surface test
The two comments restated what the assertions below them already say. The blank-line split and the goto/gotoNodeDetail calls distinguish the top-level and nested cases on their own.
1 parent b8aff83 commit ed80439

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/packages/e2e/tests/inventory.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,11 @@ test.describe('Inventory app smoke', () => {
384384

385385
const po = new InventoryAppPage(page);
386386

387-
// Top-level nodes list: rows render, no row action.
388387
await po.goto();
389388
await expect(po.cell('node-1')).toBeVisible({ timeout: 10_000 });
390389
await expect(page.getByRole('button', { name: 'Delete' })).toHaveCount(0);
391390
await expect(page.getByRole('columnheader', { name: 'Actions' })).toHaveCount(0);
392391

393-
// Nested services list on a node detail page: same.
394392
await po.gotoNodeDetail(NODE_ID);
395393
await expect(page.getByText('Services on this node')).toBeVisible({ timeout: 10_000 });
396394
await expect(po.cell('mysql-service')).toBeVisible({ timeout: 10_000 });

0 commit comments

Comments
 (0)