@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;
|