@gravitee/ui-particles-angular 16.0.0-card-selection-harness-9ace575 → 16.0.0-card-selection-harness-36e5799

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.
@@ -7418,11 +7418,11 @@ class GioFormSelectionInlineHarness extends ComponentHarness {
7418
7418
  return primaryLocator;
7419
7419
  }
7420
7420
  // fallback
7421
- const secondaryLocator = await this.locatorForOptional(`gio-form-selection-inline-card[data-value="${value}"]`)();
7421
+ const secondaryLocator = await this.locatorForOptional(`gio-form-selection-inline-card[ng-reflect-value="${value}"]`)();
7422
7422
  if (secondaryLocator) {
7423
7423
  return secondaryLocator;
7424
7424
  }
7425
- throw new Error(`No card found with value or data-value="${value}"`);
7425
+ throw new Error(`No card found with value or ng-reflect-value "${value}"`);
7426
7426
  }
7427
7427
  async getSelectedValue() {
7428
7428
  const cards = await this.getCards();