@camunda/e2e-test-suite 0.0.277 → 0.0.278
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.10/OperateProcessesPage.js +3 -1
- package/dist/pages/8.8/ClusterDetailsPage.js +1 -0
- package/dist/pages/8.8/OperateProcessesPage.js +3 -1
- package/dist/pages/8.9/OperateProcessesPage.js +3 -1
- package/dist/pages/SM-8.10/OperateProcessesPage.js +3 -1
- package/dist/pages/SM-8.9/OperateProcessesPage.js +3 -1
- package/package.json +1 -1
|
@@ -46,7 +46,9 @@ class OperateProcessesPage {
|
|
|
46
46
|
.getByTestId('filter-finished-instances')
|
|
47
47
|
.getByRole('checkbox');
|
|
48
48
|
this.moreFiltersButton = page.getByRole('button', { name: 'More filters' });
|
|
49
|
-
this.processInstanceKeyTextBox = page
|
|
49
|
+
this.processInstanceKeyTextBox = page
|
|
50
|
+
.locator('#processInstanceKey')
|
|
51
|
+
.or(page.locator('#ids'));
|
|
50
52
|
this.whatsNewPopUp = page.getByRole('heading', {
|
|
51
53
|
name: "Here's what moved in Operate",
|
|
52
54
|
});
|
|
@@ -293,6 +293,7 @@ class ClusterDetailsPage {
|
|
|
293
293
|
await (0, test_1.expect)(this.createAlertsDialog).toBeVisible();
|
|
294
294
|
await this.selectEmailRadioButton();
|
|
295
295
|
await this.clickCreateAlertButton();
|
|
296
|
+
await (0, sleep_1.sleep)(5000);
|
|
296
297
|
}
|
|
297
298
|
async selectEmailRadioButton() {
|
|
298
299
|
await (0, test_1.expect)(this.emailRadioButton).toBeVisible({ timeout: 60000 });
|
|
@@ -46,7 +46,9 @@ class OperateProcessesPage {
|
|
|
46
46
|
.getByTestId('filter-finished-instances')
|
|
47
47
|
.getByRole('checkbox');
|
|
48
48
|
this.moreFiltersButton = page.getByRole('button', { name: 'More filters' });
|
|
49
|
-
this.processInstanceKeyTextBox = page
|
|
49
|
+
this.processInstanceKeyTextBox = page
|
|
50
|
+
.locator('#processInstanceKey')
|
|
51
|
+
.or(page.locator('#ids'));
|
|
50
52
|
this.whatsNewPopUp = page.getByRole('heading', {
|
|
51
53
|
name: "Here's what moved in Operate",
|
|
52
54
|
});
|
|
@@ -46,7 +46,9 @@ class OperateProcessesPage {
|
|
|
46
46
|
.getByTestId('filter-finished-instances')
|
|
47
47
|
.getByRole('checkbox');
|
|
48
48
|
this.moreFiltersButton = page.getByRole('button', { name: 'More filters' });
|
|
49
|
-
this.processInstanceKeyTextBox = page
|
|
49
|
+
this.processInstanceKeyTextBox = page
|
|
50
|
+
.locator('#processInstanceKey')
|
|
51
|
+
.or(page.locator('#ids'));
|
|
50
52
|
this.whatsNewPopUp = page.getByRole('heading', {
|
|
51
53
|
name: "Here's what moved in Operate",
|
|
52
54
|
});
|
|
@@ -42,7 +42,9 @@ class OperateProcessesPage {
|
|
|
42
42
|
.getByTestId('filter-finished-instances')
|
|
43
43
|
.getByRole('checkbox');
|
|
44
44
|
this.moreFiltersButton = page.getByRole('button', { name: 'More filters' });
|
|
45
|
-
this.processInstanceKeyTextBox = page
|
|
45
|
+
this.processInstanceKeyTextBox = page
|
|
46
|
+
.locator('#processInstanceKey')
|
|
47
|
+
.or(page.locator('#ids'));
|
|
46
48
|
this.whatsNewPopUp = page.getByRole('heading', {
|
|
47
49
|
name: "Here's what moved in Operate",
|
|
48
50
|
});
|
|
@@ -42,7 +42,9 @@ class OperateProcessesPage {
|
|
|
42
42
|
.getByTestId('filter-finished-instances')
|
|
43
43
|
.getByRole('checkbox');
|
|
44
44
|
this.moreFiltersButton = page.getByRole('button', { name: 'More filters' });
|
|
45
|
-
this.processInstanceKeyTextBox = page
|
|
45
|
+
this.processInstanceKeyTextBox = page
|
|
46
|
+
.locator('#processInstanceKey')
|
|
47
|
+
.or(page.locator('#ids'));
|
|
46
48
|
this.whatsNewPopUp = page.getByRole('heading', {
|
|
47
49
|
name: "Here's what moved in Operate",
|
|
48
50
|
});
|