Skip to content

Commit 11617bc

Browse files
Merge branch 'develop' into veterans-http-headers
2 parents 12b24f3 + 207111f commit 11617bc

File tree

51 files changed

+2519
-2895
lines changed

Some content is hidden

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

51 files changed

+2519
-2895
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,15 @@ workflows:
350350
branches:
351351
only:
352352
- develop
353-
- reskin-profile
353+
- free
354+
- justin-fixes
354355
# This is alternate dev env for parallel testing
355356
- "build-test":
356357
context : org-global
357358
filters:
358359
branches:
359360
only:
360-
- veterans-http-headers
361+
- free
361362
# This is alternate dev env for parallel testing
362363
- "build-qa":
363364
context : org-global
@@ -371,15 +372,14 @@ workflows:
371372
filters:
372373
branches:
373374
only:
374-
- reskin-profile
375+
- footer-update
375376
# This is stage env for production QA releases
376377
- "build-prod-staging":
377378
context : org-global
378379
filters: &filters-staging
379380
branches:
380381
only:
381-
- fix-security-headers
382-
- tco23-BS-comps
382+
- develop
383383
# Production builds are exectuted
384384
# when PR is merged to the master
385385
# Don't change anything in this configuration

__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)