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 24fc9f7 commit f4c7d08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.

This file was deleted.

This file was deleted.

5 changes: 2 additions & 3 deletions test/e2e/history-api-fallback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,8 @@ test.describe("historyApiFallback option", () => {
"content type",
);

expect(responseGet.statusText).toMatchSnapshotWithArray("status text");

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

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

0 comments on commit f4c7d08

Please sign in to comment.