@camunda/e2e-test-suite 0.0.145 → 0.0.146
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,6 +73,9 @@ class HomePage {
|
|
|
73
73
|
}
|
|
74
74
|
async clickSkipCustomization() {
|
|
75
75
|
try {
|
|
76
|
+
await (0, test_1.expect)(this.gettingStartedHeading).toBeVisible({
|
|
77
|
+
timeout: 20000,
|
|
78
|
+
});
|
|
76
79
|
await (0, test_1.expect)(this.buttonSkipCustomization).toBeVisible({
|
|
77
80
|
timeout: 30000,
|
|
78
81
|
});
|
|
@@ -82,6 +82,7 @@ _8_9_1.test.describe('Cluster Setup Tests', () => {
|
|
|
82
82
|
});
|
|
83
83
|
});
|
|
84
84
|
await _8_9_1.test.step('Create Cross Component Project Folder', async () => {
|
|
85
|
+
await homePage.clickSkipCustomization();
|
|
85
86
|
await modelerHomePage.createCrossComponentProjectFolder();
|
|
86
87
|
await modelerHomePage.clickHomeBreadcrumb();
|
|
87
88
|
await (0, test_1.expect)(modelerHomePage.crossComponentProjectFolder).toBeVisible({
|