Skip to content

Commit

Permalink
fix: UT
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Mar 9, 2024
1 parent 9873ff3 commit 37dc72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/Playwright_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('Playwright', function () {
return Array.from(new Headers(document.defaultView.fetch('').headers).entries());
});

headers.custom.should.eql("header");
headers[0].custom.should.eql("header");
});

it('should open absolute url', async () => {
Expand Down

0 comments on commit 37dc72c

Please sign in to comment.