Skip to content

Commit 0fa9673

Browse files
Merge pull request #5625 from topcoder-platform/ast-member-profile
Automated Smoke Testing - Member Profile
2 parents 29b38f1 + b655ea6 commit 0fa9673

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ workflows:
371371
filters: &filters-staging
372372
branches:
373373
only:
374-
- develop
374+
- develop
375+
- ast-member-profile
375376
# Production builds are exectuted
376377
# when PR is merged to the master
377378
# Don't change anything in this configuration

automated-smoke-test/conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exports.config = {
4444
'../temp/test-suites/tc-challenge-listing.spec.js',
4545
'../temp/test-suites/tc-challenge-detail.spec.js',
4646
// '../temp/test-suites/tc-my-dashboard.spec.js',
47-
// '../temp/test-suites/tc-member-profile.spec.js',
47+
'../temp/test-suites/tc-member-profile.spec.js',
4848
],
4949

5050
// Options to be passed to Jasmine.

automated-smoke-test/config/automation-config-beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,18 +152,18 @@
152152
"numberOfSubtracks": 11,
153153
"winInfo": {
154154
"name": "WEB DESIGNS",
155-
"info": "258",
155+
"info": "268",
156156
"infoTitle": "WINS",
157157
"link": "https://beta-community-app.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS"
158158
}
159159
},
160160
"developmentProfile": {
161161
"handle": "iamtong",
162162
"trackName": "DEVELOP",
163-
"numberOfSubtracks": 8,
163+
"numberOfSubtracks": 7,
164164
"winInfo": {
165165
"name": "FIRST2FINISH",
166-
"info": "56",
166+
"info": "61",
167167
"infoTitle": "WINS",
168168
"link": "https://beta-community-app.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH"
169169
}

automated-smoke-test/config/automation-config-prod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@
148148
"numberOfSubtracks": 11,
149149
"winInfo": {
150150
"name": "WEB DESIGNS",
151-
"info": "258",
151+
"info": "268",
152152
"infoTitle": "WINS",
153153
"link": "https://www.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS"
154154
}
155155
},
156156
"developmentProfile": {
157157
"handle": "iamtong",
158158
"trackName": "DEVELOP",
159-
"numberOfSubtracks": 8,
159+
"numberOfSubtracks": 7,
160160
"winInfo": {
161161
"name": "FIRST2FINISH",
162-
"info": "56",
162+
"info": "61",
163163
"infoTitle": "WINS",
164164
"link": "https://www.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH"
165165
}

automated-smoke-test/config/automation-config-staging.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,18 @@
153153
"numberOfSubtracks": 11,
154154
"winInfo": {
155155
"name": "WEB DESIGNS",
156-
"info": "258",
156+
"info": "268",
157157
"infoTitle": "WINS",
158158
"link": "https://staging-community-app.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS"
159159
}
160160
},
161161
"developmentProfile": {
162162
"handle": "iamtong",
163163
"trackName": "DEVELOP",
164-
"numberOfSubtracks": 8,
164+
"numberOfSubtracks": 7,
165165
"winInfo": {
166166
"name": "FIRST2FINISH",
167-
"info": "56",
167+
"info": "61",
168168
"infoTitle": "WINS",
169169
"link": "https://staging-community-app.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH"
170170
}

0 commit comments

Comments
 (0)