Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Lira <[email protected]>
  • Loading branch information
gustavolira committed Jan 14, 2025
1 parent 785cb27 commit a84e228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-tests/playwright/e2e/catalog-scaffolded-from-link.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ test.describe.serial("Link Scaffolded Templates to Catalog Items", () => {
const labelSelector = 'g[data-testid="label"]'; // Selector for labels
const nodeSelector = 'g[data-testid="node"]'; // Selector for nodes

await page.waitForSelector(labelSelector);
await page.waitForSelector(nodeSelector);
// Verify text inside the 'label' selector
await catalogImport.verifyTextInSelector(labelSelector, "ownerOf");
await catalogImport.verifyTextInSelector(labelSelector, "/ ownedBy");
Expand Down

0 comments on commit a84e228

Please sign in to comment.