Skip to content

Commit

Permalink
capricorn86#792@minor: Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Feb 25, 2023
1 parent f169c44 commit 34395ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/happy-dom/test/query-selector/QuerySelector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ describe('QuerySelector', () => {
expect(el[1].textContent).toBe('e');
const two = div.querySelector('.a + .c');
expect(two).toBe(null);
const three = div.querySelector('.e + .f');
expect(three).toBe(div.children[5]);
});

it('Returns all elements with matching attributes using "[attr1="value1"]".', () => {
Expand Down

0 comments on commit 34395ae

Please sign in to comment.