Skip to content

Commit

Permalink
Fix testcafe tests (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyar committed Aug 29, 2024
1 parent 1d48f1c commit bbd6ca3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,9 @@ test('DataGrid input cell should not put tabindex to incorrect element while on
mode: 'form',
allowAdding: true,
},
columnFixing: {
legacyMode: true,
},
columns: [
'Calculation',
'CalculationType',
Expand Down Expand Up @@ -4795,6 +4798,7 @@ test('Cancel button in the last column cannot be focused via the Tab key (T12489
},
columnFixing: {
enabled: true,
legacyMode: true,
},
columns: [
'FirstName',
Expand Down

0 comments on commit bbd6ca3

Please sign in to comment.