@camunda/e2e-test-suite 0.0.319 → 0.0.320

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.
@@ -190,7 +190,7 @@ class OperateProcessesPage {
190
190
  catch (error) {
191
191
  retryCount++;
192
192
  console.log(`Attempt ${retryCount} failed. Retrying...`);
193
- await this.page.reload();
193
+ await this.page.reload({ waitUntil: 'domcontentloaded' });
194
194
  await this.page.waitForTimeout(10000);
195
195
  }
196
196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.319",
3
+ "version": "0.0.320",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",