From 43c6528bed2dc0f2e5270c7891729f796ccc6c12 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Fri, 14 Aug 2020 13:31:47 +0800 Subject: [PATCH] test: update popconfirm snap --- .../__tests__/__snapshots__/demo.test.js.snap | 43 +++++++++++++++---- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/components/popconfirm/__tests__/__snapshots__/demo.test.js.snap b/components/popconfirm/__tests__/__snapshots__/demo.test.js.snap index 6bd3a600b..d09e690f6 100644 --- a/components/popconfirm/__tests__/__snapshots__/demo.test.js.snap +++ b/components/popconfirm/__tests__/__snapshots__/demo.test.js.snap @@ -1,21 +1,46 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`renders ./antdv-demo/docs/popconfirm/demo/basic.md correctly 1`] = `Delete`; +exports[`renders ./antdv-demo/docs/popconfirm/demo/basic.md correctly 1`] = `Delete`; exports[`renders ./antdv-demo/docs/popconfirm/demo/dynamic-trigger.md correctly 1`] = ` -
Delete a task

- Whether directly execute:
+
+ Delete a task

Whether directly execute:
`; -exports[`renders ./antdv-demo/docs/popconfirm/demo/icon.md correctly 1`] = `Delete`; +exports[`renders ./antdv-demo/docs/popconfirm/demo/icon.md correctly 1`] = `Delete`; -exports[`renders ./antdv-demo/docs/popconfirm/demo/local.md correctly 1`] = `Delete`; +exports[`renders ./antdv-demo/docs/popconfirm/demo/local.md correctly 1`] = `Delete`; exports[`renders ./antdv-demo/docs/popconfirm/demo/placement.md correctly 1`] = `
-
-
-
-
+
+ + +
+
+ + +
+
+ + +
+
+ + +
`;