From 1366b6a41a0395a596ede731206adf39f546c282 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 8 Dec 2021 01:59:00 -0300 Subject: [PATCH 1/2] AST - Fix challenge timeline from sample challenge --- .../pages/topcoder/challenge-detail/challenge-detail.helper.ts | 1 - 1 file changed, 1 deletion(-) 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++) { From 756d51242c9fe983836f025195a126e05520b844 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Wed, 8 Dec 2021 02:03:21 -0300 Subject: [PATCH 2/2] ci: deploy ast-timeline-fix to Stag env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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