Skip to content

Commit

Permalink
add flaky tag to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 18, 2024
1 parent 7d282b2 commit e4a9a41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/e2e-tests/tags.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e4a9a41

Please sign in to comment.