@camunda/e2e-test-suite 0.0.553 → 0.0.554

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.
@@ -106,7 +106,9 @@ class Authorization {
106
106
  });
107
107
  }
108
108
  await this.createAuthorizationSubmitButton.click();
109
- await (0, test_1.expect)(this.createAuthorizationModal).not.toBeVisible();
109
+ await (0, test_1.expect)(this.createAuthorizationModal).not.toBeVisible({
110
+ timeout: 30000,
111
+ });
110
112
  await this.selectResourceTypeTab(authorization.resourceType).click();
111
113
  const item = this.page.getByRole('row').filter({
112
114
  hasText: `${authorization.ownerId}${authorization.resourceId}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.553",
3
+ "version": "0.0.554",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",