From ab9c7d4276364310a5d91e2c520852bc86ae5896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E9=9B=A8?= Date: Mon, 12 Dec 2022 22:34:26 +0800 Subject: [PATCH] feat: update test snapshots --- .../__snapshots__/index.test.tsx.snap | 200 ++++++++++++++++++ components/tour/__tests__/index.test.tsx | 36 ++-- 2 files changed, 219 insertions(+), 17 deletions(-) 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`] = `