@camunda/e2e-test-suite 0.0.467 → 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/8.7/HomePage.js +1 -3
- 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/dist/tests/8.7/web-modeler-user-flows.spec.js +3 -2
- package/package.json +1 -1
|
@@ -73,9 +73,7 @@ class HomePage {
|
|
|
73
73
|
}
|
|
74
74
|
async clickSkipCustomization() {
|
|
75
75
|
try {
|
|
76
|
-
await (0, test_1.expect)(this.buttonSkipCustomization).toBeVisible({
|
|
77
|
-
timeout: 30000,
|
|
78
|
-
});
|
|
76
|
+
await (0, test_1.expect)(this.buttonSkipCustomization).toBeVisible({ timeout: 30000 });
|
|
79
77
|
await this.buttonSkipCustomization.click({ timeout: 60000 });
|
|
80
78
|
await this.closeInformationDialog();
|
|
81
79
|
return;
|
|
@@ -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);
|
|
@@ -441,8 +441,8 @@ _8_7_1.test.describe('Web Modeler User Flow Tests', () => {
|
|
|
441
441
|
username: emailAddress,
|
|
442
442
|
password: password,
|
|
443
443
|
});
|
|
444
|
-
await (0, test_1.expect)(
|
|
445
|
-
timeout:
|
|
444
|
+
await (0, test_1.expect)(page.getByText('Personalize your experience')).toBeVisible({
|
|
445
|
+
timeout: 180000,
|
|
446
446
|
});
|
|
447
447
|
await homePage.clickSkipCustomization();
|
|
448
448
|
});
|
|
@@ -482,6 +482,7 @@ _8_7_1.test.describe('Web Modeler User Flow Tests', () => {
|
|
|
482
482
|
await _8_7_1.test.step('Log in with Second User and Navigate to Cross Component Test project as Collaborator', async () => {
|
|
483
483
|
await (0, UtilitiesPage_1.clickInvitationLinkInEmail)(page, id);
|
|
484
484
|
await (0, sleep_1.sleep)(60000);
|
|
485
|
+
await page.context().clearCookies();
|
|
485
486
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, {
|
|
486
487
|
username: emailAddress,
|
|
487
488
|
password: password,
|