Skip to content
Snippets Groups Projects
Unverified Commit 7647bd3b authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

sort order copy fix (#26722)

parent 4a736a56
No related merge requests found
......@@ -237,7 +237,7 @@ class PivotTable extends Component {
static columnSettings = {
[COLUMN_SORT_ORDER]: {
title: t`Sort Order`,
title: t`Sort order`,
widget: ChartSettingIconRadio,
inline: true,
props: {
......
......@@ -323,7 +323,7 @@ describe("scenarios > visualizations > pivot tables", () => {
assertOnPivotSettings();
openColumnSettings(/Count/);
cy.findByText(/Sort order/).should("not.exist");
cy.findByText(/Sort order/).should("not.be.visible");
});
it("should allow sorting fields", () => {
......
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