diff --git a/.circleci/config.yml b/.circleci/config.yml index c9244ad506..083e572fa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -372,7 +372,7 @@ workflows: branches: only: - develop - - feature/recommended-challenges-update + - ast-timeline-fix # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/automated-smoke-test/page-objects/pages/topcoder/challenge-detail/challenge-detail.helper.ts b/automated-smoke-test/page-objects/pages/topcoder/challenge-detail/challenge-detail.helper.ts index 23f4173703..49dc02efc1 100644 --- a/automated-smoke-test/page-objects/pages/topcoder/challenge-detail/challenge-detail.helper.ts +++ b/automated-smoke-test/page-objects/pages/topcoder/challenge-detail/challenge-detail.helper.ts @@ -294,7 +294,6 @@ export class ChallengeDetailPageHelper { 'Started', 'Registration', 'Submission', - 'Review', 'Winners', ]; for (let i = 0; i < childDivs.length; i++) {