Skip to content

Commit

Permalink
tests(e2e): update snapshots for new data
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Oct 3, 2019
1 parent 7ecbf29 commit 9553558
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/server/test/e2e/project-dashboard.test.js
Expand Up @@ -26,8 +26,8 @@ describe('Project dashboard', () => {
Array [
"test(unmatched-ancestor): a really really really really long messagecall_splitmissing_ancestorba5b0ad9Aug 09 8:13 PM",
"test(matched-ancestor): a really really really really really long messagecall_splitmaster5b0ad9f6Aug 09 6:55 PM",
"feat: test out a different risky changecall_splittest_1c1ea447bAug 09 6:15 PM",
"feat: test out a risky changecall_splittest_0aaa5b0a3Aug 09 3:15 PM",
"feat: test out change that improves TTIcall_splittest_1c1ea447bAug 09 6:15 PM",
"feat: test out change that regresses TTIcall_splittest_0aaa5b0a3Aug 09 3:15 PM",
"perf: TTI improvementscall_splitmasterbb9aa3c1Aug 07 3:51 PM",
]
`);
Expand Down
4 changes: 2 additions & 2 deletions packages/server/test/fixtures/seed-data.json
Expand Up @@ -71,7 +71,7 @@
"branch": "test_0",
"hash": "aaa5b0a3c1ea447b8c3c9bac839abb9d9f6824d2",
"externalBuildUrl": "http://travis-ci.org/org/repo/1024",
"commitMessage": "feat: test out a risky change",
"commitMessage": "feat: test out change that regresses TTI",
"author": "Patrick Hulce <patrick@example.com>",
"avatarUrl": "https://avatars1.githubusercontent.com/u/2301202?s=460&v=4",
"ancestorHash": "ac839abb9aa3c1ea447b8c3c9ba5b0ad9f6824d2",
Expand All @@ -84,7 +84,7 @@
"branch": "test_1",
"hash": "c1ea447b8c3c9ba5b0ad9f6824d2ac839abb9aa3",
"externalBuildUrl": "http://travis-ci.org/org/repo/1025",
"commitMessage": "feat: test out a different risky change",
"commitMessage": "feat: test out change that improves TTI",
"author": "Patrick Hulce <patrick@example.com>",
"avatarUrl": "https://avatars1.githubusercontent.com/u/2301202?s=460&v=4",
"ancestorHash": "30cf658d9d72669af568d37ea60d945bfb3b0fc3",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/src/seed-data/dataset-generator.js
Expand Up @@ -237,7 +237,7 @@ function createDataset() {
branch: 'test_0',
hash: 'aaa5b0a3c1ea447b8c3c9bac839abb9d9f6824d2',
externalBuildUrl: 'http://travis-ci.org/org/repo/1024',
commitMessage: 'feat: test out change that regresses TTI',
commitMessage: 'feat: regresses TTI',
author: 'Patrick Hulce <patrick@example.com>',
avatarUrl: 'https://avatars1.githubusercontent.com/u/2301202?s=460&v=4',
ancestorHash: 'ac839abb9aa3c1ea447b8c3c9ba5b0ad9f6824d2', // build 2
Expand All @@ -250,7 +250,7 @@ function createDataset() {
branch: 'test_1',
hash: 'c1ea447b8c3c9ba5b0ad9f6824d2ac839abb9aa3',
externalBuildUrl: 'http://travis-ci.org/org/repo/1025',
commitMessage: 'feat: test out change that improves TTI',
commitMessage: 'feat: improves TTI',
author: 'Patrick Hulce <patrick@example.com>',
avatarUrl: 'https://avatars1.githubusercontent.com/u/2301202?s=460&v=4',
ancestorHash: '30cf658d9d72669af568d37ea60d945bfb3b0fc3', // build 1
Expand Down

0 comments on commit 9553558

Please sign in to comment.