Skip to content

Commit

Permalink
refactor(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Nov 20, 2024
1 parent de70661 commit a737bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3840,7 +3840,7 @@ QUnit.module('keyboard navigation', {
assert.ok($items.eq(0).hasClass(FOCUSED_STATE_CLASS));
});

QUnit.test('The focus should move from the first to the second header if the first grappa was collapsed', function(assert) {
QUnit.test('The focus should move from the first to the second header if the first group was collapsed', function(assert) {
const $element = $('#list').dxList({
items: [
{ key: 'a', items: [1] },
Expand Down

0 comments on commit a737bd5

Please sign in to comment.