Skip to content

Commit

Permalink
chore: fix tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 4, 2024
1 parent f4c7d08 commit 6df1555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/history-api-fallback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ test.describe("historyApiFallback option", () => {
);

expect(responseGet.statusText).toEqual("OK");
expect(responseGet.text).toEqual("In-memory file\n");
expect(responseGet.text).toContain("In-memory file");

const responseHead = await page.evaluate(async () => {
const response = await fetch("/foo", { method: "HEAD" });
Expand Down

0 comments on commit 6df1555

Please sign in to comment.