Skip to content

Commit

Permalink
fix(e2e): navigation base
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbiozizV authored and ma-efremoff committed May 30, 2024
1 parent 48fe90b commit 2e6d633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/tests/e2e/pages/navigation.base.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test('Navigation - Content', async ({page}) => {

await page.fill('input[placeholder="Filter..."]', 'users');

await page.waitForSelector('text="users"');
await page.waitForSelector('.map-node__content tbody tr:first-child :text("users")');

const rowCount = await page.$eval('.map-node__content tbody', (node) => node.childElementCount);
expect(rowCount).toBe(1);
Expand Down

0 comments on commit 2e6d633

Please # to comment.