Skip to content

Commit

Permalink
Merge pull request primefaces#15623 from nbrown-ScottLogic/domhandler…
Browse files Browse the repository at this point in the history
…FixedTests

Fixed Domhandler tests
  • Loading branch information
cetincakiroglu authored May 30, 2024
2 parents 2d45716 + 63364c2 commit c8028b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dom/domhandler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('DomHandler', () => {
element.appendChild(childEl3);
element.appendChild(childEl4);
document.body.appendChild(element);
expect(DomHandler.getFocusableElements(element).length).toEqual(2);
expect(DomHandler.getFocusableElements(element).length).toEqual(1);
});

it('should get the next focusable element', () => {
Expand Down

0 comments on commit c8028b1

Please sign in to comment.