@camunda/e2e-test-suite 0.0.468 → 0.0.469
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.
- package/dist/pages/SM-8.10/KeycloakAdminPage.js +1 -1
- package/dist/pages/SM-8.10/NavigationPage.js +1 -1
- package/dist/pages/SM-8.6/KeycloakAdminPage.js +1 -1
- package/dist/pages/SM-8.7/KeycloakAdminPage.js +1 -1
- package/dist/pages/SM-8.7/NavigationPage.js +1 -1
- package/dist/pages/SM-8.8/KeycloakAdminPage.js +1 -1
- package/dist/pages/SM-8.8/NavigationPage.js +1 -1
- package/dist/pages/SM-8.9/KeycloakAdminPage.js +1 -1
- package/dist/pages/SM-8.9/NavigationPage.js +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ class KeycloakAdminPage {
|
|
|
15
15
|
this.credentialsTab = page.getByTestId('credentials');
|
|
16
16
|
}
|
|
17
17
|
async toBeVisible() {
|
|
18
|
-
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout:
|
|
18
|
+
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout: 60000 });
|
|
19
19
|
}
|
|
20
20
|
async switchToCamundaPlatform() {
|
|
21
21
|
const realmSelector = this.page.getByTestId('nav-item-realms');
|
|
@@ -132,7 +132,7 @@ class NavigationPage {
|
|
|
132
132
|
? `${process.env.KEYCLOAK_URL}/auth`
|
|
133
133
|
: '/auth';
|
|
134
134
|
await this.page.goto(keycloakUrl);
|
|
135
|
-
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout:
|
|
135
|
+
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout: 60000 });
|
|
136
136
|
}
|
|
137
137
|
async goToOCAdmin(sleepTimeout, credentials) {
|
|
138
138
|
await this.goTo(`${NORMALIZED_ORCHESTRATION_CONTEXT_PATH}/admin`, this.identityPageBanner, sleepTimeout, credentials);
|
|
@@ -11,7 +11,7 @@ class KeycloakAdminPage {
|
|
|
11
11
|
this.keycloakBanner = page.locator('#kc-main-content-page-container');
|
|
12
12
|
}
|
|
13
13
|
async toBeVisible() {
|
|
14
|
-
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout:
|
|
14
|
+
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout: 60000 });
|
|
15
15
|
}
|
|
16
16
|
async switchToCamundaPlatform() {
|
|
17
17
|
const realmSelector = this.page.getByTestId('realmSelector');
|
|
@@ -19,7 +19,7 @@ class KeycloakAdminPage {
|
|
|
19
19
|
this.passwordConfirmationField = page.getByTestId('passwordConfirmationField');
|
|
20
20
|
}
|
|
21
21
|
async toBeVisible() {
|
|
22
|
-
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout:
|
|
22
|
+
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout: 60000 });
|
|
23
23
|
}
|
|
24
24
|
async switchToCamundaPlatform() {
|
|
25
25
|
const maxRetries = 3;
|
|
@@ -128,7 +128,7 @@ class NavigationPage {
|
|
|
128
128
|
? `${process.env.KEYCLOAK_URL}/auth`
|
|
129
129
|
: '/auth';
|
|
130
130
|
await this.page.goto(keycloakUrl);
|
|
131
|
-
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout:
|
|
131
|
+
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout: 60000 });
|
|
132
132
|
}
|
|
133
133
|
async goToIdentity(sleepTimeout) {
|
|
134
134
|
await this.goTo('/identity', this.identityPageBanner, sleepTimeout);
|
|
@@ -11,7 +11,7 @@ class KeycloakAdminPage {
|
|
|
11
11
|
this.keycloakBanner = page.locator('#kc-main-content-page-container');
|
|
12
12
|
}
|
|
13
13
|
async toBeVisible() {
|
|
14
|
-
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout:
|
|
14
|
+
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout: 60000 });
|
|
15
15
|
}
|
|
16
16
|
async switchToCamundaPlatform() {
|
|
17
17
|
const realmSelector = this.page.getByTestId('nav-item-realms');
|
|
@@ -112,7 +112,7 @@ class NavigationPage {
|
|
|
112
112
|
? `${process.env.KEYCLOAK_URL}/auth`
|
|
113
113
|
: '/auth';
|
|
114
114
|
await this.page.goto(keycloakUrl);
|
|
115
|
-
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible();
|
|
115
|
+
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout: 60000 });
|
|
116
116
|
}
|
|
117
117
|
async goToOCIdentity(sleepTimeout, credentials) {
|
|
118
118
|
await this.goTo('/orchestration/identity', this.identityPageBanner, sleepTimeout, credentials);
|
|
@@ -11,7 +11,7 @@ class KeycloakAdminPage {
|
|
|
11
11
|
this.keycloakBanner = page.locator('#kc-main-content-page-container');
|
|
12
12
|
}
|
|
13
13
|
async toBeVisible() {
|
|
14
|
-
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout:
|
|
14
|
+
await (0, test_1.expect)(this.keycloakBanner).toBeVisible({ timeout: 60000 });
|
|
15
15
|
}
|
|
16
16
|
async switchToCamundaPlatform() {
|
|
17
17
|
const realmSelector = this.page.getByTestId('nav-item-realms');
|
|
@@ -132,7 +132,7 @@ class NavigationPage {
|
|
|
132
132
|
? `${process.env.KEYCLOAK_URL}/auth`
|
|
133
133
|
: '/auth';
|
|
134
134
|
await this.page.goto(keycloakUrl);
|
|
135
|
-
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout:
|
|
135
|
+
await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout: 60000 });
|
|
136
136
|
}
|
|
137
137
|
async goToOCIdentity(sleepTimeout, credentials) {
|
|
138
138
|
await this.goTo(`${NORMALIZED_ORCHESTRATION_CONTEXT_PATH}/identity`, this.identityPageBanner, sleepTimeout, credentials);
|