adding @ci to the test

This commit is contained in:
Gabriel Porfirio 2023-08-10 16:10:50 -03:00
parent ad4a1f4720
commit 1b5d29b244

View File

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