Skip to content

Commit 23e89c5

Browse files
Merge pull request #5916 from topcoder-platform/ast-timeline-fix
AST - Fix timeline test form challenge sample
2 parents 50d2fbf + 756d512 commit 23e89c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ workflows:
372372
branches:
373373
only:
374374
- develop
375-
- feature/recommended-challenges-update
375+
- ast-timeline-fix
376376
# Production builds are exectuted
377377
# when PR is merged to the master
378378
# Don't change anything in this configuration

automated-smoke-test/page-objects/pages/topcoder/challenge-detail/challenge-detail.helper.ts

-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ export class ChallengeDetailPageHelper {
294294
'Started',
295295
'Registration',
296296
'Submission',
297-
'Review',
298297
'Winners',
299298
];
300299
for (let i = 0; i < childDivs.length; i++) {

0 commit comments

Comments
 (0)