add flaky tag to e2e test

This commit is contained in:
Yann Braga 2024-03-18 15:55:16 +01:00
parent 7d282b2041
commit e4a9a412fa

View File

@ -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');