added back the flaky flag

This commit is contained in:
Gabriel Porfirio 2024-03-04 14:22:42 -03:00
parent 08b9e72198
commit 79ad4cd173
2 changed files with 3 additions and 3 deletions

View File

@ -25,11 +25,11 @@ test.describe('Options', () => {
await options.localesTest();
});
test('Dark mode @ci', async () => {
test('Dark mode @ci @flaky', async () => {
await options.darkMode();
});
test('Font size @ci', async () => {
test('Font size @ci @flaky', async () => {
await options.fontSizeTest();
});
});

View File

@ -23,7 +23,7 @@ const { ShapeOptions } = require('./shapeOptions');
const hidePresentationToast = encodeCustomParams(PARAMETER_HIDE_PRESENTATION_TOAST);
test.describe.parallel('Whiteboard @ci', () => {
test('Draw rectangle', async ({ browser, page }) => {
test('Draw rectangle @flaky', async ({ browser, page }) => {
const draw = new Draw(browser, page);
await draw.init(true, true);
await draw.test();