From a13434f7924eff4007c9d4bd34b545fc6d08fa79 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Fri, 14 Aug 2020 10:25:46 +0800 Subject: [PATCH] test: update result snap --- .../__tests__/__snapshots__/demo.test.js.snap | 52 +++++++++++++------ 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/components/result/__tests__/__snapshots__/demo.test.js.snap b/components/result/__tests__/__snapshots__/demo.test.js.snap index b6e35cc15..fcf5d2014 100644 --- a/components/result/__tests__/__snapshots__/demo.test.js.snap +++ b/components/result/__tests__/__snapshots__/demo.test.js.snap @@ -62,7 +62,9 @@ exports[`renders ./antdv-demo/docs/result/demo/403.md correctly 1`] = `
403
Sorry, you are not authorized to access this page.
-
+ +
`; @@ -136,7 +138,9 @@ exports[`renders ./antdv-demo/docs/result/demo/404.md correctly 1`] = `
404
Sorry, the page you visited does not exist.
-
+ +
`; @@ -217,57 +221,71 @@ exports[`renders ./antdv-demo/docs/result/demo/500.md correctly 1`] = `
500
Sorry, the server is wrong.
-
+ +
`; exports[`renders ./antdv-demo/docs/result/demo/customIcon.md correctly 1`] = `
-
+
Great, we have done all the operations!
-
+ + +
`; exports[`renders ./antdv-demo/docs/result/demo/error.md correctly 1`] = `
-
+
Submission Failed
Please check and modify the following information before resubmitting.

The content you submitted has the following error:

-

Your account has been frozen - Thaw immediately >

-

Your account is not yet eligible to - apply Apply Unlock >

+

Your account has been frozen Thaw immediately >

+

Your account is not yet eligible to apply Apply Unlock >

-
+
`; exports[`renders ./antdv-demo/docs/result/demo/info.md correctly 1`] = `
-
+
Your operation has been executed
-
+ + +
`; exports[`renders ./antdv-demo/docs/result/demo/success.md correctly 1`] = `
-
+
Successfully Purchased Cloud Server ECS!
Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait.
-
+ +
`; exports[`renders ./antdv-demo/docs/result/demo/warning.md correctly 1`] = `
-
+
There are some problems with your operation.
-
+ + +
`;