Skip to content

Commit dde059e

Browse files
committed
test: add retries in a visit space test
1 parent d6fc38c commit dde059e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/spaces/visitSpace.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ describe('Visit Space Scenarios', function () {
467467
} = space;
468468
it(
469469
`Visit space ${name} (${id})`,
470-
mochaAsync(async () => {
470+
mochaAsync(async function () {
471+
this.retries(2);
471472
const { client } = app;
472473

473474
await visitSpaceById(client, id);

0 commit comments

Comments
 (0)