Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66be347

Browse files
committedAug 28, 2017
Fix: Some snapshot tests affected by previously merged PRs
1 parent af256f9 commit 66be347

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
 

‎__tests__/shared/components/SubmissionManagement/__snapshots__/SubmissionManagement.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ exports[`Matches shallow shapshot 1`] = `
6161
onShowDetails={[Function]}
6262
onlineReviewUrl=""
6363
showDetails={Set {}}
64+
status={undefined}
6465
submissionObjects={Array []}
6566
type="Challenge Track"
6667
/>

‎__tests__/shared/components/SubmissionManagement/__snapshots__/SubmissionsTable.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ exports[`Matches shallow shapshot 1`] = `
3737
onDownload={[Function]}
3838
onShowDetails={[Function]}
3939
showScreeningDetails={true}
40+
status={undefined}
4041
submissionObject={
4142
Object {
4243
"submissionId": 12345,

‎__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/index.jsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
4444
</span>
4545
<Tags
4646
onTechTagClicked={[Function]}
47+
platforms=""
4748
technologies="Data Science"
4849
/>
4950
</div>
@@ -155,6 +156,7 @@ exports[`Matches shallow shapshot shapshot 2 1`] = `
155156
</span>
156157
<Tags
157158
onTechTagClicked={[Function]}
159+
platforms=""
158160
technologies="Go"
159161
/>
160162
</div>
@@ -261,6 +263,7 @@ exports[`Matches shallow shapshot shapshot 3 1`] = `
261263
</span>
262264
<Tags
263265
onTechTagClicked={[Function]}
266+
platforms=""
264267
technologies=""
265268
/>
266269
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.