diff --git a/docs/examples/styles/grid.py b/docs/examples/styles/grid.py
index 338af444c..1901d1862 100644
--- a/docs/examples/styles/grid.py
+++ b/docs/examples/styles/grid.py
@@ -14,5 +14,3 @@ class GridApp(App):
app = GridApp(css_path="grid.css")
-if __name__ == "__main__":
- app.run()
diff --git a/docs/examples/styles/links.py b/docs/examples/styles/links.py
index cf45563cc..ddd472974 100644
--- a/docs/examples/styles/links.py
+++ b/docs/examples/styles/links.py
@@ -13,6 +13,3 @@ class LinksApp(App):
app = LinksApp(css_path="links.css")
-
-if __name__ == "__main__":
- app.run()
diff --git a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
index e5ffd0b4e..5151d8b27 100644
--- a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
+++ b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
@@ -1,3 +1,189 @@
+# name: test_buttons_render
+ '''
+
+
+ '''
+# ---
# name: test_checkboxes
'''