Merge pull request #18994 from gabriellpr/update-presentation-screenshot

test: Adds @flaky to other presentation format test
This commit is contained in:
Ramón Souza 2023-10-24 09:40:44 -03:00 committed by GitHub
commit a9973d3cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();