@camunda/e2e-test-suite 0.0.170 → 0.0.171

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.
@@ -251,7 +251,7 @@ class TaskDetailsPage {
251
251
  let attempts = 0;
252
252
  while (attempts < maxAttempts) {
253
253
  try {
254
- await (0, test_1.expect)(this.page.getByText(expectedText)).toBeVisible({
254
+ await (0, test_1.expect)(this.page.getByText(expectedText).first()).toBeVisible({
255
255
  timeout: 60000,
256
256
  });
257
257
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.170",
3
+ "version": "0.0.171",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",