Skip to content

Commit ffc1320

Browse files
authored
Merge branch 'develop' into reskin-tco-badge
2 parents 41e96dd + 771ae5f commit ffc1320

File tree

98 files changed

+3429
-2967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3429
-2967
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,21 +349,21 @@ workflows:
349349
filters:
350350
branches:
351351
only:
352-
- reskin-profile
352+
- free
353353
# This is alternate dev env for parallel testing
354354
- "build-test":
355355
context : org-global
356356
filters:
357357
branches:
358358
only:
359-
- reskin-tco-badge
359+
- free
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global
363363
filters:
364364
branches:
365365
only:
366-
- reskin-profile
366+
- free
367367
# This is beta env for production soft releases
368368
- "build-prod-beta":
369369
context : org-global
@@ -378,8 +378,7 @@ workflows:
378378
branches:
379379
only:
380380
- develop
381-
- fix-security-headers
382-
- tco23-BS-comps
381+
- old-mm-fix
383382
# Production builds are exectuted
384383
# when PR is merged to the master
385384
# Don't change anything in this configuration
@@ -399,6 +398,7 @@ workflows:
399398
branches:
400399
ignore:
401400
- develop
401+
- submission_delete_button
402402

403403
Smoke Testing:
404404
when: << pipeline.parameters.run_smoketesting >>

__tests__/shared/components/ProfilePage/Stats/SubTrackChallengeView/__snapshots__/index.jsx.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,11 @@ exports[`SubtrackChallengeView matches shallow snapshot 1`] = `
963963
}
964964
challengesHasMore={null}
965965
handle="thomaskranitsas"
966+
isAlreadyLoadChallenge={
967+
Object {
968+
"current": false,
969+
}
970+
}
966971
loadMarathon={[Function]}
967972
loadSRM={[Function]}
968973
loadSubtrackChallenges={[Function]}

0 commit comments

Comments
 (0)