@gravitee/ui-policy-studio-angular 16.1.0-apim-11657-adapt-ui-for-llm-0fbe575 → 16.1.0-apim-11657-adapt-ui-for-llm-b7068ef

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.
@@ -1787,7 +1787,7 @@ class GioPolicyStudioFlowLlmFormDialogHarness extends ComponentHarness {
1787
1787
  this.nameInput = this.locatorFor(MatInputHarness.with({ selector: '[formControlName="name"]' }));
1788
1788
  this.pathOperatorInput = this.locatorFor(MatSelectHarness.with({ selector: '[formControlName="pathOperator"]' }));
1789
1789
  this.pathInput = this.locatorFor(MatInputHarness.with({ selector: '[formControlName="path"]' }));
1790
- this.methodsInput = this.locatorFor(GioFormTagsInputHarness.with({ selector: '[formControlName="llmMethods"]' }));
1790
+ this.methodsInput = this.locatorFor(GioFormTagsInputHarness.with({ selector: '[formControlName="methods"]' }));
1791
1791
  this.conditionInput = this.locatorFor(MatInputHarness.with({ selector: '[formControlName="condition"]' }));
1792
1792
  }
1793
1793
  static { this.hostSelector = 'gio-ps-flow-llm-form-dialog'; }