Skip to content

Commit e510c02

Browse files
Merge pull request #6739 from topcoder-platform/develop
Release v1.19.8
2 parents 2feea4b + 0a42349 commit e510c02

File tree

30 files changed

+1690
-32
lines changed

30 files changed

+1690
-32
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ workflows:
356356
filters:
357357
branches:
358358
only:
359-
- feature-timeline-wall
359+
- PROD-3199
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global

__tests__/shared/components/Settings/__snapshots__/index.jsx.snap

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ exports[`renders account setting page correctly 1`] = `
4848
"link": "preferences",
4949
"title": "Preferences",
5050
},
51+
Object {
52+
"link": "payment",
53+
"title": "Payment",
54+
},
5155
]
5256
}
5357
/>
@@ -805,6 +809,10 @@ exports[`renders preferences setting page correctly 1`] = `
805809
"link": "preferences",
806810
"title": "Preferences",
807811
},
812+
Object {
813+
"link": "payment",
814+
"title": "Payment",
815+
},
808816
]
809817
}
810818
/>
@@ -1559,6 +1567,10 @@ exports[`renders profile setting page correctly 1`] = `
15591567
"link": "preferences",
15601568
"title": "Preferences",
15611569
},
1570+
Object {
1571+
"link": "payment",
1572+
"title": "Payment",
1573+
},
15621574
]
15631575
}
15641576
/>
@@ -2319,6 +2331,10 @@ exports[`renders tools setting page correctly 1`] = `
23192331
"link": "preferences",
23202332
"title": "Preferences",
23212333
},
2334+
Object {
2335+
"link": "payment",
2336+
"title": "Payment",
2337+
},
23222338
]
23232339
}
23242340
/>
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

src/assets/images/icon-back-arrow.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/images/icon-dollar.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/images/icon-speed.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)