Skip to content

Commit

Permalink
test: remove snapshotSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Jan 13, 2024
1 parent 03b1520 commit 82d4767
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/mind-elixir-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ type MyFixtures = {
// Extend base test by providing "todoPage" and "settingsPage".
// This new "test" can be used in multiple test files, and each of them will get the fixtures.
export const test = base.extend<MyFixtures>({
me: async ({ page }, use) => {
me: async ({ page }, use, testInfo) => {
// Set up the fixture.
testInfo.snapshotSuffix = ''
const me = new MindElixirFixture(page)
await me.goto()

Expand Down

0 comments on commit 82d4767

Please sign in to comment.