Skip to content

Commit

Permalink
✅ Update cli-snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Aug 4, 2020
1 parent fde8ce4 commit 5e1ad0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli-snapshot/test/snapshot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ describe('percy snapshot', () => {
'[percy] Created build #1: https://percy.io/test/test/123\n',
'[percy] Snapshot taken: YAML Snapshot\n',
'[percy] Stopping percy...\n',
'[percy] Waiting for 1 snapshot(s) to finish uploading\n',
'[percy] Finalized build #1: https://percy.io/test/test/123\n',
'[percy] Done!\n'
]);
Expand All @@ -192,6 +193,7 @@ describe('percy snapshot', () => {
'[percy] Created build #1: https://percy.io/test/test/123\n',
'[percy] Snapshot taken: JSON Snapshot\n',
'[percy] Stopping percy...\n',
'[percy] Waiting for 1 snapshot(s) to finish uploading\n',
'[percy] Finalized build #1: https://percy.io/test/test/123\n',
'[percy] Done!\n'
]);
Expand All @@ -206,6 +208,7 @@ describe('percy snapshot', () => {
'[percy] Created build #1: https://percy.io/test/test/123\n',
'[percy] Snapshot taken: JS Snapshot\n',
'[percy] Stopping percy...\n',
'[percy] Waiting for 1 snapshot(s) to finish uploading\n',
'[percy] Finalized build #1: https://percy.io/test/test/123\n',
'[percy] Done!\n'
]);
Expand All @@ -220,6 +223,7 @@ describe('percy snapshot', () => {
'[percy] Created build #1: https://percy.io/test/test/123\n',
'[percy] Snapshot taken: JS Function Snapshot\n',
'[percy] Stopping percy...\n',
'[percy] Waiting for 1 snapshot(s) to finish uploading\n',
'[percy] Finalized build #1: https://percy.io/test/test/123\n',
'[percy] Done!\n'
]);
Expand Down

0 comments on commit 5e1ad0f

Please sign in to comment.