@camunda/e2e-test-suite 0.0.783 → 0.0.784

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.
@@ -466,7 +466,7 @@ class IdentityUsersPage {
466
466
  await this.page.getByRole('cell', { name: username, exact: true }).click();
467
467
  await this.assignedRolesTab.click();
468
468
  for (const role of roles) {
469
- await (0, test_1.expect)(this.page.getByRole('cell', { name: role, exact: true })).toBeVisible();
469
+ await (0, test_1.expect)(this.page.getByRole('cell', { name: role, exact: true })).toBeVisible({ timeout: 60000 });
470
470
  }
471
471
  }
472
472
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.783",
3
+ "version": "0.0.784",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",