diff --git a/.circleci/config.yml b/.circleci/config.yml index 832d6f80cd..fc63a4dde8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -369,7 +369,8 @@ workflows: filters: &filters-staging branches: only: - - develop + - develop + - ast-member-profile # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/automated-smoke-test/conf.ts b/automated-smoke-test/conf.ts index c283b6375b..cef10377c4 100644 --- a/automated-smoke-test/conf.ts +++ b/automated-smoke-test/conf.ts @@ -34,7 +34,7 @@ exports.config = { framework: 'jasmine2', specs: [ - // '../temp/test-suites/tc-login.spec.js' + '../temp/test-suites/tc-login.spec.js', // '../temp/test-suites/tc-tools.spec.js', // '../temp/test-suites/tc-account.spec.js', // '../temp/test-suites/tc-profile.spec.js', @@ -44,7 +44,7 @@ exports.config = { '../temp/test-suites/tc-challenge-listing.spec.js', '../temp/test-suites/tc-challenge-detail.spec.js', // '../temp/test-suites/tc-my-dashboard.spec.js', - // '../temp/test-suites/tc-member-profile.spec.js', + '../temp/test-suites/tc-member-profile.spec.js', ], // Options to be passed to Jasmine. diff --git a/automated-smoke-test/config/automation-config-beta.json b/automated-smoke-test/config/automation-config-beta.json index 9ba4ecc18b..a5d3762c17 100644 --- a/automated-smoke-test/config/automation-config-beta.json +++ b/automated-smoke-test/config/automation-config-beta.json @@ -152,7 +152,7 @@ "numberOfSubtracks": 11, "winInfo": { "name": "WEB DESIGNS", - "info": "258", + "info": "268", "infoTitle": "WINS", "link": "https://beta-community-app.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS" } @@ -160,10 +160,10 @@ "developmentProfile": { "handle": "iamtong", "trackName": "DEVELOP", - "numberOfSubtracks": 8, + "numberOfSubtracks": 7, "winInfo": { "name": "FIRST2FINISH", - "info": "56", + "info": "61", "infoTitle": "WINS", "link": "https://beta-community-app.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH" } diff --git a/automated-smoke-test/config/automation-config-prod.json b/automated-smoke-test/config/automation-config-prod.json index f0fb447d58..6c1f60df05 100644 --- a/automated-smoke-test/config/automation-config-prod.json +++ b/automated-smoke-test/config/automation-config-prod.json @@ -148,7 +148,7 @@ "numberOfSubtracks": 11, "winInfo": { "name": "WEB DESIGNS", - "info": "258", + "info": "268", "infoTitle": "WINS", "link": "https://www.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS" } @@ -156,10 +156,10 @@ "developmentProfile": { "handle": "iamtong", "trackName": "DEVELOP", - "numberOfSubtracks": 8, + "numberOfSubtracks": 7, "winInfo": { "name": "FIRST2FINISH", - "info": "56", + "info": "61", "infoTitle": "WINS", "link": "https://www.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH" } diff --git a/automated-smoke-test/config/automation-config-staging.json b/automated-smoke-test/config/automation-config-staging.json index 693a4ba44e..e75c937db5 100644 --- a/automated-smoke-test/config/automation-config-staging.json +++ b/automated-smoke-test/config/automation-config-staging.json @@ -153,7 +153,7 @@ "numberOfSubtracks": 11, "winInfo": { "name": "WEB DESIGNS", - "info": "258", + "info": "268", "infoTitle": "WINS", "link": "https://staging-community-app.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS" } @@ -161,10 +161,10 @@ "developmentProfile": { "handle": "iamtong", "trackName": "DEVELOP", - "numberOfSubtracks": 8, + "numberOfSubtracks": 7, "winInfo": { "name": "FIRST2FINISH", - "info": "56", + "info": "61", "infoTitle": "WINS", "link": "https://staging-community-app.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH" }