Skip to content

Commit f6ab66f

Browse files
authored
Merge pull request #2334 from topcoder-platform/hot-fixes
Hot fixes
2 parents c679503 + 714edb0 commit f6ab66f

File tree

35 files changed

+6553
-6395
lines changed

35 files changed

+6553
-6395
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,11 @@ workflows:
179179
- "build-test":
180180
context : org-global
181181
filters:
182-
branches:
183-
only:
184-
- legacy-tco
185-
- general-features
182+
branches:
183+
only:
184+
- hot-fixes
185+
- legacy-tco
186+
- general-features
186187
# This is beta env for production soft releases
187188
- "build-prod-beta":
188189
context : org-global

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports[`renders a full Profile correctly 1`] = `
2828
>
2929
<ProfileHeader
3030
copilot={true}
31-
country="United States"
31+
country=""
3232
info={
3333
Object {
3434
"competitionCountryCode": "USA",
@@ -631,7 +631,7 @@ exports[`renders an empty Profile correctly 1`] = `
631631
>
632632
<ProfileHeader
633633
copilot={false}
634-
country="United States"
634+
country=""
635635
info={
636636
Object {
637637
"competitionCountryCode": "USA",

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,6 @@ exports[`renders account setting page correctly 1`] = `
44
<div
55
className="src-shared-components-Settings-Account-___styles__account-container___2rdYG"
66
>
7-
<div
8-
className="src-shared-components-Settings-Account-___styles__mobile-view___s8M3A"
9-
>
10-
<Accordion
11-
icons={
12-
Object {
13-
"linked accounts": <LinkedAccountIcon
14-
height="30"
15-
viewBox="0 0 30 30"
16-
width="30"
17-
xmlns="http://www.w3.org/2000/svg"
18-
/>,
19-
"my account": <MyAccountIcon
20-
height="30"
21-
viewBox="0 0 30 30"
22-
width="30"
23-
xmlns="http://www.w3.org/2000/svg"
24-
/>,
25-
}
26-
}
27-
names={
28-
Array [
29-
"my account",
30-
"linked account",
31-
]
32-
}
33-
renderTabContent={[Function]}
34-
/>
35-
</div>
367
<div
378
className="src-shared-components-Settings-Account-___styles__col-bar___3MCVp"
389
>

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

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,6 @@ exports[`renders preferences setting page correctly 1`] = `
44
<div
55
className="src-shared-components-Settings-Preferences-___styles__preferences-container___m6Zzc"
66
>
7-
<div
8-
className="src-shared-components-Settings-Preferences-___styles__mobile-view___C-Nae"
9-
>
10-
<Accordion
11-
currentSidebarTab="e-mail"
12-
icons={
13-
Object {
14-
"e-mail": <EmailIcon
15-
height="30"
16-
viewBox="0 0 30 30"
17-
width="30"
18-
xmlns="http://www.w3.org/2000/svg"
19-
/>,
20-
"forum": <Forum
21-
height="30"
22-
viewBox="0 0 30 30"
23-
width="30"
24-
xmlns="http://www.w3.org/2000/svg"
25-
/>,
26-
"invitation letter": <Invletter
27-
height="30"
28-
viewBox="0 0 30 30"
29-
width="30"
30-
xmlns="http://www.w3.org/2000/svg"
31-
/>,
32-
"payment": <Payment
33-
viewBox="0 0 34 30"
34-
xmlns="http://www.w3.org/2000/svg"
35-
/>,
36-
"referrals": <Referral
37-
height="30"
38-
viewBox="0 0 30 30"
39-
width="30"
40-
xmlns="http://www.w3.org/2000/svg"
41-
/>,
42-
}
43-
}
44-
names={
45-
Array [
46-
"e-mail",
47-
"forum",
48-
"payment",
49-
"invitation letter",
50-
"referrals",
51-
]
52-
}
53-
renderTabContent={[Function]}
54-
toggleSidebarTab={[Function]}
55-
/>
56-
</div>
577
<div
588
className="src-shared-components-Settings-Preferences-___styles__col-bar___2Fr2T"
599
>

0 commit comments

Comments
 (0)