Skip to content

Commit

Permalink
test(blind): added some virtual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirci committed Mar 27, 2024
1 parent 7a3bae9 commit 47ae11c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/src/tests/blind/blind.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ regressionTest.describe('blind', () => {
expect(await page.screenshot({ fullPage: true })).toMatchSnapshot();
});

regressionTest('test ellipsis ', async ({ page }) => {
await page.goto('blind/basic');
await page.waitForSelector('ix-blind');
await page.waitForTimeout(800);
expect(await page.screenshot({ fullPage: true })).toMatchSnapshot();
});

test('should no hover on slot', async ({ mount, page }) => {
await mount(`
<ix-blind label="Example label" style="width: 25rem">
Expand Down

0 comments on commit 47ae11c

Please sign in to comment.