Skip to content

Commit

Permalink
Update most packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leSamo committed Oct 18, 2023
1 parent f37acd4 commit a2fec14
Show file tree
Hide file tree
Showing 3 changed files with 3,170 additions and 2,516 deletions.
2 changes: 1 addition & 1 deletion cypress/utils/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const removeFilter = (chipText) => {
};

export const testSorting = (columns, isTableExpandable = false) => {
columns.map(
columns.forEach(
(column, index) =>
column.sortParam &&
it(`is sorted by ${column.stringTitle ?? column.title}`, () => {
Expand Down
Loading

0 comments on commit a2fec14

Please sign in to comment.