mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
add flaky tag to e2e test
This commit is contained in:
parent
7d282b2041
commit
e4a9a412fa
@ -9,7 +9,9 @@ test.describe('tags', () => {
|
||||
await new SbPage(page).waitUntilLoaded();
|
||||
});
|
||||
|
||||
test('should correctly filter dev-only, docs-only, test-only stories', async ({ page }) => {
|
||||
test('@flaky: should correctly filter dev-only, docs-only, test-only stories', async ({
|
||||
page,
|
||||
}) => {
|
||||
const sbPage = new SbPage(page);
|
||||
|
||||
await sbPage.navigateToStory('lib/preview-api/tags', 'docs');
|
||||
|
Loading…
x
Reference in New Issue
Block a user