added back the flaky flag
This commit is contained in:
parent
08b9e72198
commit
79ad4cd173
@ -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();
|
||||
});
|
||||
});
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user