Skip to content

Commit 6e3a691

Browse files
andr317cZeegaan
authored andcommitted
Decreased to 1 retry for this file only (#16623)
1 parent b2b112e commit 6e3a691

File tree

1 file changed

+2
-1
lines changed
  • tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Tour

1 file changed

+2
-1
lines changed

tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Tour/tours.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {test} from '@umbraco/playwright-testhelpers';
33

44
test.describe('Tours', () => {
55
const timeout = 60000;
6+
test.describe.configure({ retries: 1 });
67
test.beforeEach(async ({ page, umbracoApi }, testInfo) => {
78
await umbracoApi.report.report(testInfo);
89
await umbracoApi.login();
@@ -100,4 +101,4 @@ test.describe('Tours', () => {
100101
await expect(await umbracoUi.getGlobalHelp()).toBeVisible();
101102
await getPercentage(17, timeout, page);
102103
});
103-
});
104+
});

0 commit comments

Comments
 (0)