Skip to content

Commit bb6dbd3

Browse files
committed
fix: Dataset has changed column order
1 parent eadd206 commit bb6dbd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

e2e/filters.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ describe("Filters", () => {
2222
"1. Production region",
2323
"2. Stand structure",
2424
// ---
25-
"3. Evaluation type",
26-
"4. Reference area",
27-
"5. Grid",
25+
"3. Inventory",
26+
"4. Evaluation type",
27+
"5. Reference area",
2828
]);
2929

3030
const productionRegionFilter = selectors.edition.dataFilterInput(

0 commit comments

Comments
 (0)