@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.
@@ -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.locator('#processInstanceKey');
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.locator('#processInstanceKey');
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.locator('#processInstanceKey');
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.locator('#processInstanceKey');
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.locator('#processInstanceKey');
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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.277",
3
+ "version": "0.0.278",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",