Skip to content

Commit eeb543d

Browse files
matteosacchettoSBoudrias
authored andcommitted
Test (password): update expected snapshot when prompt complete
1 parent 96fc67f commit eeb543d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/password/password.test.mts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ describe('password prompt', () => {
171171

172172
events.keypress('enter');
173173
await expect(answer).resolves.toEqual('John');
174-
expect(getScreen()).toMatchInlineSnapshot(
175-
'"? Enter your password (CTRL+Space to show/hide the password) ****"',
176-
);
174+
expect(getScreen()).toMatchInlineSnapshot('"? Enter your password ****"');
177175
});
178176
});

0 commit comments

Comments
 (0)