mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
test: update snapshot
This commit is contained in:
parent
f947cce4a7
commit
3be2792604
@ -1228,14 +1228,26 @@ exports[`renders components/modal/demo/static-info.tsx extend context correctly
|
||||
exports[`renders components/modal/demo/static-info.tsx extend context correctly 2`] = `[]`;
|
||||
|
||||
exports[`renders components/modal/demo/width.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary ant-btn-color-primary ant-btn-variant-solid"
|
||||
type="button"
|
||||
<div
|
||||
class="ant-flex ant-flex-align-flex-start ant-flex-gap-middle ant-flex-vertical"
|
||||
>
|
||||
<span>
|
||||
Open Modal of 1000px width
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="ant-btn ant-btn-primary ant-btn-color-primary ant-btn-variant-solid"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
Open Modal of 1000px width
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="ant-btn ant-btn-primary ant-btn-color-primary ant-btn-variant-solid"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
Open Modal of responsive width
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders components/modal/demo/width.tsx extend context correctly 2`] = `[]`;
|
||||
|
@ -1188,14 +1188,26 @@ exports[`renders components/modal/demo/static-info.tsx correctly 1`] = `
|
||||
`;
|
||||
|
||||
exports[`renders components/modal/demo/width.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary ant-btn-color-primary ant-btn-variant-solid"
|
||||
type="button"
|
||||
<div
|
||||
class="ant-flex ant-flex-align-flex-start ant-flex-gap-middle ant-flex-vertical"
|
||||
>
|
||||
<span>
|
||||
Open Modal of 1000px width
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="ant-btn ant-btn-primary ant-btn-color-primary ant-btn-variant-solid"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
Open Modal of 1000px width
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="ant-btn ant-btn-primary ant-btn-color-primary ant-btn-variant-solid"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
Open Modal of responsive width
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders components/modal/demo/wireframe.tsx correctly 1`] = `
|
||||
|
Loading…
Reference in New Issue
Block a user