flaky flag to other presentation format test

This commit is contained in:
Gabriel Porfirio 2023-10-23 14:36:58 -03:00
parent a1dd1371e8
commit 4a44e37d93

View File

@ -72,7 +72,7 @@ test.describe.parallel('Presentation', () => {
await presentation.uploadSinglePresentationTest();
});
test('Upload Other Presentations Format @ci', async ({ browser, context, page }) => {
test('Upload Other Presentations Format @ci @flaky', async ({ browser, context, page }) => {
const presentation = new Presentation(browser, context);
await presentation.initPages(page, true);
await presentation.uploadOtherPresentationsFormat();