We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e9262 commit a42b6c1Copy full SHA for a42b6c1
site/e2e/helpers.ts
@@ -646,14 +646,14 @@ export const fillParameters = async (
646
buildParameter.value +
647
"']",
648
);
649
- await parameterField.check();
+ await parameterField.click();
650
} else if (richParameter.options.length > 0) {
651
const parameterField = await parameterLabel.waitForSelector(
652
"[data-testid='parameter-field-options'] .MuiRadio-root input[value='" +
653
654
655
656
657
} else if (richParameter.type === "list(string)") {
658
throw new Error("not implemented yet"); // FIXME
659
} else {
0 commit comments