Merge pull request #18994 from gabriellpr/update-presentation-screenshot
test: Adds @flaky to other presentation format test
This commit is contained in:
commit
a9973d3cff
@ -72,7 +72,7 @@ test.describe.parallel('Presentation', () => {
|
|||||||
await presentation.uploadSinglePresentationTest();
|
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);
|
const presentation = new Presentation(browser, context);
|
||||||
await presentation.initPages(page, true);
|
await presentation.initPages(page, true);
|
||||||
await presentation.uploadOtherPresentationsFormat();
|
await presentation.uploadOtherPresentationsFormat();
|
||||||
|
Loading…
Reference in New Issue
Block a user