mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
Build: Refactor e2e test for composition to make it more stable
This commit is contained in:
parent
4192dde09a
commit
8686c4e87c
@ -27,8 +27,12 @@ test.describe('composition', () => {
|
||||
|
||||
await page.locator('[id="storybook\\@7\\.6\\.18_components-badge"]').click();
|
||||
await expect(
|
||||
page.locator('[id="storybook\\@7\\.6\\.18_components-badge--default"]')
|
||||
).toBeVisible();
|
||||
page
|
||||
.locator('iframe[title="storybook-ref-storybook\\@7\\.6\\.18"]')
|
||||
.contentFrame()
|
||||
.locator('#storybook-root')
|
||||
.getByText('Default')
|
||||
).toBeVisible({ timeout: 15000 });
|
||||
|
||||
// Expect composed stories `to be available in the search
|
||||
await page.getByPlaceholder('Find components').fill('Button');
|
||||
|
Loading…
x
Reference in New Issue
Block a user