Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 24, 2023
1 parent d501475 commit c1fd29b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/next-image-snapshot/tests/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ describe("Browser", () => {

const screenshot = await browser.driver.takeScreenshot();

expect(screenshot).toMatchImageSnapshot({
customSnapshotIdentifier: browser.name,
allowSizeMismatch: true,
});
expect(screenshot).toMatchImageSnapshot(browser.name);
}
});
});
Expand Down

0 comments on commit c1fd29b

Please sign in to comment.