@gravitee/ui-policy-studio-angular 7.51.0 → 7.51.1

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.
@@ -817,7 +817,7 @@ class GioPolicyStudioFlowProxyFormDialogHarness extends ComponentHarness {
817
817
  if (flow.methods) {
818
818
  const methodsInput = await this.methodsInput();
819
819
  await methodsInput.removeTag('ALL');
820
- for await (const method of flow.methods) {
820
+ for (const method of flow.methods) {
821
821
  await methodsInput.addTag(method);
822
822
  }
823
823
  }