Skip to content

Commit

Permalink
Making test message correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Dec 3, 2024
1 parent 875481b commit 1a9f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ describe('percySnapshot', () => {
error = e;
}

expect(helpers.logger.stderr).toEqual(jasmine.arrayContaining([
'[percy] Could not take Screenshot "Snapshot 1"'
expect(helpers.logger.stdout).toEqual(jasmine.arrayContaining([
'[percy] Percy is not running, disabling snapshots'
]));
expect(error).toBeInstanceOf(Error);
});
Expand Down

0 comments on commit 1a9f77d

Please sign in to comment.