@alfresco/adf-core 9.1.0-16295798990 → 9.1.0-16342350760

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.
@@ -32736,6 +32736,9 @@ class UnitTestingUtils {
32736
32736
  getByDirective(directive) {
32737
32737
  return this.debugElement.query(By.directive(directive));
32738
32738
  }
32739
+ getAllByDirective(directive) {
32740
+ return this.debugElement.queryAll(By.directive(directive));
32741
+ }
32739
32742
  /** Perform actions */
32740
32743
  clickByCSS(selector) {
32741
32744
  const element = this.getByCSS(selector);