diff --git a/src/components/button/__snapshots__/button.test.js.snap b/src/components/button/__snapshots__/button.test.js.snap
index 32cb0ed7820..7a438cdc76b 100644
--- a/src/components/button/__snapshots__/button.test.js.snap
+++ b/src/components/button/__snapshots__/button.test.js.snap
@@ -6,6 +6,226 @@ exports[`EuiButton is rendered 1`] = `
class="euiButton euiButton--primary testClass1 testClass2"
data-test-subj="test subject string"
type="button"
+>
+
+
+ Content
+
+
+
+`;
+
+exports[`EuiButton props color danger is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props color ghost is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props color primary is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props color secondary is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props color warning is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props fill is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props iconSide left is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props iconSide right is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props iconType is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props isDisabled is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props size l is rendered 1`] = `
+
+`;
+
+exports[`EuiButton props size s is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props color danger is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props color disabled is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props color ghost is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props color primary is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props color text is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props flush left is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props flush right is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props iconSide left is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props iconSide right is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props iconType is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props isDisabled is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props size l is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props size s is rendered 1`] = `
+
+`;
+
+exports[`EuiButtonEmpty props size xs is rendered 1`] = `
+