@camunda/e2e-test-suite 0.0.520 → 0.0.521

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.
@@ -630,7 +630,6 @@ class ModelerCreatePage {
630
630
  // Play environment provisioning involves Zeebe deploy + cluster
631
631
  // bootstrap; on slower clusters this can take several minutes.
632
632
  await (0, test_1.expect)(this.page.getByText('Play environment is ready')).toBeVisible({ timeout: 180000 });
633
- await (0, test_1.expect)(this.dialog).not.toBeVisible();
634
633
  return; // Exit if successful
635
634
  }
636
635
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.520",
3
+ "version": "0.0.521",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",