Skip to content

Commit

Permalink
Remove last section on main page: "Download the app" (#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarkar authored Jun 17, 2023
1 parent 7ce72a5 commit a4114f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
test:
["app_to_web","applink","blog","check_anchor_links","check_videos","eventRegistration","faq","faq_link_attr","mime"]
["app_to_web","blog","check_anchor_links","check_videos","eventRegistration","faq","faq_link_attr","mime"]


steps:
Expand Down
1 change: 0 additions & 1 deletion docs/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ The command `npm run test:short` runs all Cypress tests from the top level direc
| Cypress test name | Purpose |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| app_to_web | Checks that all links to the website used by the Android and iOS apps are working. |
| applink_spec | Detects broken links or missing OS badges to download mobile app in home page. |
| blog_spec | Checks if the blog archive is accessible. |
| check_anchor_links | Detects broken anchor links throughout the website. |
| check_videos | Detects broken videos throughout the website. |
Expand Down
4 changes: 3 additions & 1 deletion src/partials/page-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ <h3 class="headline-light">{{headline.title}}</h3>
</div>
</div>
</section>
{{> section-get-app section-contents=page-contents.section-join-project.content
<!--
{{> section-get-app section-contents=page-contents.section-join-project.content
section-class='section-intersect section_bg-white'}}
{{#unless @root.get-app-enabled}}
{{#if page-contents.section-soon-available}}
Expand All @@ -285,3 +286,4 @@ <h3 class="headline-light">{{headline.title}}</h3>
{{/if}}
{{/unless}}
{{/if}}
-->

0 comments on commit a4114f8

Please sign in to comment.