@camunda/e2e-test-suite 0.0.226 → 0.0.227
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,6 +9,7 @@ const loggingUtils_1 = require("../../utils/loggingUtils");
|
|
|
9
9
|
const resetSession_1 = require("../../utils/resetSession");
|
|
10
10
|
const KeycloakUtils_1 = require("../../pages/SM-8.9/KeycloakUtils");
|
|
11
11
|
SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
|
|
12
|
+
SM_8_9_1.test.skip(true, 'Skipped due to Identity/admin change, will check and re-enable once the changes are in place');
|
|
12
13
|
SM_8_9_1.test.beforeEach(async ({ navigationPage, managementIdentityPage, keycloakLoginPage, keycloakAdminPage, page, browser, loginPage, ocIdentityHomePage, ocIdentityRolesPage, }, testInfo) => {
|
|
13
14
|
if (process.env.IS_MIGRATION === 'true') {
|
|
14
15
|
await navigationPage.goToOCIdentity((testInfo.workerIndex + 1) * 1000);
|