diff --git a/components/tour/__tests__/__snapshots__/index.test.tsx.snap b/components/tour/__tests__/__snapshots__/index.test.tsx.snap index 00d7865d661d..cefbba0803a4 100644 --- a/components/tour/__tests__/__snapshots__/index.test.tsx.snap +++ b/components/tour/__tests__/__snapshots__/index.test.tsx.snap @@ -31,6 +31,12 @@ exports[`Tour basic 1`] = ` `; +exports[`Tour button props onClick 1`] = ` +
+`; + exports[`Tour rtl render component should be rendered correctly in RTL direction 1`] = `null`; exports[`Tour single 1`] = ` @@ -42,6 +48,200 @@ exports[`Tour single 1`] = ` `; +exports[`Tour step support Primary 1`] = ` + +
+
+
+
+
+ +
+
+
+
+
+ + + +
+
+ primary title +
+
+
+ primary description. +
+ +
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + +
+
+
+ +`; + exports[`Tour steps is empty 1`] = `