Browse Source

Merge pull request #18720 from shaodahong/fix-ci-fail

test: fix ci fail
pull/18723/head
骗你是小猫咪 5 years ago
committed by GitHub
parent
commit
0704a06eba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      components/progress/__tests__/__snapshots__/demo.test.js.snap

8
components/progress/__tests__/__snapshots__/demo.test.js.snap

@ -713,7 +713,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
>
<defs>
<linearGradient
id="gradient"
id="ant-progress-gradient-10"
x1="100%"
x2="0%"
y1="0%"
@ -746,7 +746,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="url(#gradient)"
stroke="url(#ant-progress-gradient-10)"
stroke-linecap="round"
stroke-width="6"
style="stroke:[object Object];stroke-dasharray:265.77873849369655px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s"
@ -773,7 +773,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
>
<defs>
<linearGradient
id="gradient"
id="ant-progress-gradient-11"
x1="100%"
x2="0%"
y1="0%"
@ -806,7 +806,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="url(#gradient)"
stroke="url(#ant-progress-gradient-11)"
stroke-linecap="round"
stroke-width="6"
style="stroke:[object Object];stroke-dasharray:295.3097094374406px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s"

Loading…
Cancel
Save