diff --git a/showcase/app/templates/components/app-side-nav.hbs b/showcase/app/templates/components/app-side-nav.hbs
index 8db073cc55..0e52a6d181 100644
--- a/showcase/app/templates/components/app-side-nav.hbs
+++ b/showcase/app/templates/components/app-side-nav.hbs
@@ -522,4 +522,19 @@
{{/each}}
{{/let}}
+
+
+{{! For some reason, Ember tests don't play well with iframes (URL not found) so we can't take snapshots of these examples in Percy }}
+
\ No newline at end of file
diff --git a/showcase/app/templates/layouts/app-frame/index.hbs b/showcase/app/templates/layouts/app-frame/index.hbs
index 626333225c..a03933e7ad 100644
--- a/showcase/app/templates/layouts/app-frame/index.hbs
+++ b/showcase/app/templates/layouts/app-frame/index.hbs
@@ -185,178 +185,12 @@
/>
-
-
-
- Content
-
- {{!
- Note: The below examples are commented out as they are redundant to the following "Framed" examples.
- However we still need to find a solution for adding visual regression tests for the framed examples.
- (So we may decide to uncomment these examples to add them back to the visual regression tests depending.)
- }}
- {{!--
-
-
-
-
- <:logo>
-
-
- <:globalActions>
-
-
-
- organizationName
-
-
-
- <:utilityActions>
-
-
-
- Documentation
- Tutorials
- Terraform Provider
- Changelog
-
- Create support ticket
- Give feedback
-
-
-
-
-
-
-
-
-
-
-
-
- <:body>
-
-
-
-
- Services
-
-
-
-
-
-
-
-
-
-
- Default Org
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <:header>
-
- <:logo>
-
-
- <:actions>
-
-
-
-
- Documentation
- Tutorials
- Terraform Provider
- Changelog
-
- Create support ticket
- Give feedback
-
-
-
-
-
- Account Settings
-
-
-
-
- <:body>
-
-
-
-
- Services
-
-
-
-
-
-
-
-
-
-
- Default Org
-
-
-
-
-
-
-
- <:footer>
-
-
-
- organizationName
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- --}}
-
-
{{! For some reason, Ember tests don't play well with iframes (URL not found) so we can't take snapshots of these examples in Percy }}