@camunda/e2e-test-suite 0.0.467 → 0.0.468
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.
|
@@ -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;
|
|
@@ -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,
|