test: 14-mapping tests migration (#18858)

This commit is contained in:
shortstacked
2025-08-28 09:07:14 +01:00
committed by GitHub
parent 4bbf7cb749
commit ff56c95605
17 changed files with 807 additions and 440 deletions

View File

@@ -219,6 +219,7 @@ export class ApiHelpers {
emailOrLdapLoginId: credentials.email,
password: credentials.password,
},
maxRetries: 3,
});
if (!response.ok()) {