@camunda/e2e-test-suite 0.0.535 → 0.0.536

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.
@@ -34,7 +34,7 @@ class IdentityHomePage {
34
34
  this.dialog = page.getByRole('dialog');
35
35
  this.writePermissionCheckBox = page
36
36
  .locator('label')
37
- .filter({ hasText: 'write:* (Write permission)' });
37
+ .filter({ hasText: 'write:*' });
38
38
  this.readPermissionCheckBox = page
39
39
  .locator('label')
40
40
  .filter({ hasText: 'read:*' });
@@ -58,6 +58,7 @@ class IdentityHomePage {
58
58
  await this.assignPermissionsButton.click();
59
59
  await this.selectOptionFromDropdown('Tasklist API');
60
60
  await (0, test_1.expect)(this.dialog).toBeVisible();
61
+ await this.writePermissionCheckBox.waitFor({ state: 'visible' });
61
62
  await this.writePermissionCheckBox.click();
62
63
  await this.readPermissionCheckBox.click();
63
64
  await this.addButton.click();
@@ -79,6 +80,7 @@ class IdentityHomePage {
79
80
  await this.assignPermissionsButton.click();
80
81
  await this.selectOptionFromDropdown('Operate API');
81
82
  await (0, test_1.expect)(this.dialog).toBeVisible();
83
+ await this.writePermissionCheckBox.waitFor({ state: 'visible' });
82
84
  await this.writePermissionCheckBox.click();
83
85
  await this.readPermissionCheckBox.click();
84
86
  await this.addButton.click();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.535",
3
+ "version": "0.0.536",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",