Skip to content

Commit 9b714fd

Browse files
authored
Merge pull request #4233 from topcoder-platform/develop
New feature : Device look up and other Bug fixes
2 parents c6ded83 + 8c9b0c1 commit 9b714fd

File tree

29 files changed

+35971
-230
lines changed

29 files changed

+35971
-230
lines changed

.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -175,23 +175,20 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178-
- comcast-community
179178
# This is alternate dev env for parallel testing
180179
- "build-test":
181180
context : org-global
182181
filters:
183182
branches:
184183
only:
185-
- nav-hot-fix
186-
- feature-contentful
184+
- comcast-community
187185
# This is beta env for production soft releases
188186
- "build-prod-beta":
189187
context : org-global
190188
filters:
191189
branches:
192190
only:
193191
- develop
194-
- comcast-community
195192
# Production builds are exectuted only on tagged commits to the
196193
# master branch.
197194
- "build-prod":

__tests__/shared/components/__snapshots__/Content.jsx.snap

+16
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,22 @@ exports[`Matches shallow shapshot 1`] = `
512512
Zurich Community
513513
</Link>
514514
</li>
515+
<li>
516+
<Link
517+
replace={false}
518+
to="/__community__/tco20"
519+
>
520+
TCO20
521+
</Link>
522+
</li>
523+
<li>
524+
<Link
525+
replace={false}
526+
to="/__community__/comcast"
527+
>
528+
Comcast Community
529+
</Link>
530+
</li>
515531
</ul>
516532
<h3>
517533
Previews of Contentful Components

0 commit comments

Comments
 (0)