Skip to content
Snippets Groups Projects
Unverified Commit 0b445306 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Cherry pick ExpressionEditorTextfield from release branch (#16587)

parent 5dcb4017
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ export default class ExpressionEditorTextfield extends React.Component {
displayError.push(compileError);
}
}
this.setState({ displayError });
this.setState({ displayError, helpText: null });
// whenever our input blurs we push the updated expression to our parent if valid
if (this.state.expression) {
......
......@@ -624,7 +624,7 @@ describe("scenarios > question > custom columns", () => {
cy.findByPlaceholderText("Enter a number").should("not.exist");
});
it.skip("custom expression helper shouldn't be visible when formula field is not in focus (metabase#15891)", () => {
it("custom expression helper shouldn't be visible when formula field is not in focus (metabase#15891)", () => {
openPeopleTable({ mode: "notebook" });
cy.findByText("Custom column").click();
popover().within(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment