Skip to content

Commit

Permalink
chore: fix teaser list test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Jan 22, 2025
1 parent f60f961 commit 99aa20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/drupal/blocks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ test.describe('Testing All Blocks', () => {
await validateTileAndSubtitle(page, 'Block: Teaser list');

const content = page.getByRole('main');
await expect(content.locator('ul > li')).toHaveCount(8);
await expect(content.locator('ul > li')).toHaveCount(5);
});
});

0 comments on commit 99aa20b

Please sign in to comment.