File tree 2 files changed +5
-5
lines changed
__tests__/shared/components/tc-communities
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ test('render properly', () => {
41
41
< Wrapper
42
42
menuItems = { [ ] }
43
43
communityId = "wipro"
44
- registerUrl = "https://accounts.topcoder-dev.com/member/registration"
45
- loginUrl = "https://accounts.topcoder-dev.com/member"
44
+ registerUrl = "https://accounts-auth0 .topcoder-dev.com/member/registration"
45
+ loginUrl = "https://accounts-auth0 .topcoder-dev.com/member"
46
46
isAuthorized
47
47
/>
48
48
) ) ;
@@ -63,8 +63,8 @@ test('render properly', () => {
63
63
url : 'leaderboard' ,
64
64
} ] }
65
65
communityId = "wipro"
66
- registerUrl = "https://accounts.topcoder-dev.com/member/registration"
67
- loginUrl = "https://accounts.topcoder-dev.com/member"
66
+ registerUrl = "https://accounts-auth0 .topcoder-dev.com/member/registration"
67
+ loginUrl = "https://accounts-auth0 .topcoder-dev.com/member"
68
68
isAuthorized = { false }
69
69
theme = { {
70
70
container : 'container' ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ exports[`Matches shallow shapshot 1`] = `
20
20
>
21
21
<a
22
22
className = " tc-btn-md tc-btn-primary"
23
- href = " http://accounts.topcoder-dev.com/member?utm_source="
23
+ href = " http://accounts-auth0 .topcoder-dev.com/member?utm_source="
24
24
onClick = { [Function ]}
25
25
>
26
26
Log In Here
You can’t perform that action at this time.
0 commit comments