test: add flaky flag on presentation tests (#21218)

This commit is contained in:
Anton Barboza de Sá 2024-09-19 11:55:13 -03:00 committed by GitHub
parent 6c85c42338
commit 2ea0c926b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,13 +73,13 @@ test.describe.parallel('Presentation', () => {
test.describe.parallel('Manage', () => {
// https://docs.bigbluebutton.org/2.6/release-tests.html#uploading-a-presentation-automated
test('Upload single presentation', { tag: ['@ci'] }, async ({ browser, context, page }) => {
test('Upload single presentation', { tag: ['@ci', '@flaky'] }, async ({ browser, context, page }) => {
const presentation = new Presentation(browser, context);
await presentation.initPages(page, true);
await presentation.uploadSinglePresentationTest();
});
test('Upload Other Presentations Format', { tag: ['@ci'] }, async ({ browser, context, page }) => {
test('Upload Other Presentations Format', { tag: ['@ci', '@flaky'] }, async ({ browser, context, page }) => {
linkIssue(18971);
const presentation = new Presentation(browser, context);
await presentation.initPages(page, true);