@camunda/e2e-test-suite 0.0.839 → 0.0.840
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.
|
@@ -175,17 +175,6 @@ SM_8_9_1.test.describe('Web Modeler User Flow Tests', () => {
|
|
|
175
175
|
await operateProcessInstancePage.assertProcessVariableContainsText('myVar', '8');
|
|
176
176
|
});
|
|
177
177
|
if (process.env.IS_OPTIMIZE !== 'false') {
|
|
178
|
-
await SM_8_9_1.test.step('Navigate to Optimize and verify process in dashboard', async () => {
|
|
179
|
-
await navigationPage.goToOptimize();
|
|
180
|
-
await optimizeHomePage.clickDashboardLink();
|
|
181
|
-
await (0, sleep_1.sleep)(3000); // Brief wait for Optimize dashboard to initialize
|
|
182
|
-
await page.reload();
|
|
183
|
-
await optimizeDashboardPage.clickFilterTable();
|
|
184
|
-
await optimizeDashboardPage.fillFilterTable(processName);
|
|
185
|
-
await optimizeDashboardPage.processAssertion(processName, {
|
|
186
|
-
timeout: 60000,
|
|
187
|
-
});
|
|
188
|
-
});
|
|
189
178
|
await SM_8_9_1.test.step('Navigate to Optimize and verify process appears in dashboard (CE-OPT-01)', async () => {
|
|
190
179
|
await navigationPage.goToOptimize();
|
|
191
180
|
await optimizeHomePage.clickDashboardLink();
|