Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit af04f8b

Browse files
Remove outdated snapshots
1 parent 826eed2 commit af04f8b

File tree

2 files changed

+0
-223
lines changed

2 files changed

+0
-223
lines changed

packages/chakra-ui-core/src/CFlex/tests/__snapshots__/CFlex.test.js.snap

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,3 @@ exports[`CFlex should render correctly 1`] = `
2323
</div>
2424
</DocumentFragment>
2525
`;
26-
27-
exports[`should change styles 1`] = `
28-
<DocumentFragment>
29-
<div
30-
class="css-u6v8er"
31-
data-chakra-component="CFlex"
32-
data-testid="flex"
33-
>
34-
Flex Me
35-
</div>
36-
</DocumentFragment>
37-
`;
38-
39-
exports[`should render correctly 1`] = `
40-
<DocumentFragment>
41-
<div
42-
class="css-k008qs"
43-
data-chakra-component="CFlex"
44-
data-testid="flex"
45-
>
46-
Flex Me
47-
</div>
48-
</DocumentFragment>
49-
`;

packages/chakra-ui-core/src/CStack/tests/__snapshots__/CStack.test.js.snap

Lines changed: 0 additions & 199 deletions
Original file line numberDiff line numberDiff line change
@@ -198,202 +198,3 @@ exports[`CStack should should stack native html elements 1`] = `
198198
</div>
199199
</DocumentFragment>
200200
`;
201-
202-
exports[`should render CStack with element as nav 1`] = `
203-
<DocumentFragment>
204-
<nav
205-
class="css-j7qwjs css-0"
206-
data-chakra-component="CStack"
207-
data-testid="stack"
208-
>
209-
<div
210-
class="css-dtyjrz"
211-
data-chakra-component="CBox"
212-
data-testid="stack-child-1"
213-
>
214-
<h2
215-
class="css-aku8fb"
216-
data-chakra-component="CHeading"
217-
>
218-
Plan Money
219-
</h2>
220-
221-
<p
222-
class="css-18iq2bq"
223-
data-chakra-component="CText"
224-
>
225-
The future can be even brighter but a goal without a plan is just a wish
226-
</p>
227-
</div>
228-
<div
229-
class="css-1ipbp6k"
230-
data-chakra-component="CBox"
231-
data-testid="stack-child-2"
232-
>
233-
<h2
234-
class="css-aku8fb"
235-
data-chakra-component="CHeading"
236-
>
237-
Save Money
238-
</h2>
239-
240-
<p
241-
class="css-18iq2bq"
242-
data-chakra-component="CText"
243-
>
244-
You deserve good things. With a whooping 10-15% interest rate per annum, grow your savings on your own terms with our completely automated process
245-
</p>
246-
</div>
247-
</nav>
248-
</DocumentFragment>
249-
`;
250-
251-
exports[`should render CStack with element as section 1`] = `
252-
<DocumentFragment>
253-
<section
254-
class="css-j7qwjs css-0"
255-
data-chakra-component="CStack"
256-
data-testid="stack"
257-
>
258-
<div
259-
class="css-dtyjrz"
260-
data-chakra-component="CBox"
261-
data-testid="stack-child-1"
262-
>
263-
<h2
264-
class="css-aku8fb"
265-
data-chakra-component="CHeading"
266-
>
267-
Plan Money
268-
</h2>
269-
270-
<p
271-
class="css-18iq2bq"
272-
data-chakra-component="CText"
273-
>
274-
The future can be even brighter but a goal without a plan is just a wish
275-
</p>
276-
</div>
277-
<div
278-
class="css-1ipbp6k"
279-
data-chakra-component="CBox"
280-
data-testid="stack-child-2"
281-
>
282-
<h2
283-
class="css-aku8fb"
284-
data-chakra-component="CHeading"
285-
>
286-
Save Money
287-
</h2>
288-
289-
<p
290-
class="css-18iq2bq"
291-
data-chakra-component="CText"
292-
>
293-
You deserve good things. With a whooping 10-15% interest rate per annum, grow your savings on your own terms with our completely automated process
294-
</p>
295-
</div>
296-
</section>
297-
</DocumentFragment>
298-
`;
299-
300-
exports[`should render correctly 1`] = `
301-
<DocumentFragment>
302-
<div
303-
class="css-j7qwjs css-0"
304-
data-chakra-component="CStack"
305-
data-testid="stack"
306-
>
307-
<div
308-
class="css-dtyjrz"
309-
data-chakra-component="CBox"
310-
data-testid="stack-child-1"
311-
>
312-
<h2
313-
class="css-aku8fb"
314-
data-chakra-component="CHeading"
315-
>
316-
Plan Money
317-
</h2>
318-
319-
<p
320-
class="css-18iq2bq"
321-
data-chakra-component="CText"
322-
>
323-
The future can be even brighter but a goal without a plan is just a wish
324-
</p>
325-
</div>
326-
<div
327-
class="css-1ipbp6k"
328-
data-chakra-component="CBox"
329-
data-testid="stack-child-2"
330-
>
331-
<h2
332-
class="css-aku8fb"
333-
data-chakra-component="CHeading"
334-
>
335-
Save Money
336-
</h2>
337-
338-
<p
339-
class="css-18iq2bq"
340-
data-chakra-component="CText"
341-
>
342-
You deserve good things. With a whooping 10-15% interest rate per annum, grow your savings on your own terms with our completely automated process
343-
</p>
344-
</div>
345-
</div>
346-
</DocumentFragment>
347-
`;
348-
349-
exports[`should render empty children correctly 1`] = `
350-
<DocumentFragment>
351-
<div
352-
class="css-j7qwjs css-0"
353-
data-chakra-component="CStack"
354-
/>
355-
</DocumentFragment>
356-
`;
357-
358-
exports[`should should stack native html elements 1`] = `
359-
<DocumentFragment>
360-
<div
361-
class="css-j7qwjs css-0"
362-
data-chakra-component="CStack"
363-
data-testid="stack"
364-
>
365-
<p
366-
class="css-16ec2e8"
367-
data-chakra-component="CText"
368-
>
369-
The future can be even brighter but a goal without a plan is just a wish
370-
</p>
371-
<div
372-
class="css-cet0rr"
373-
data-chakra-component="CBox"
374-
>
375-
<p
376-
data-testid="stacked-p"
377-
>
378-
I am a happy paragraph element
379-
</p>
380-
</div>
381-
<div
382-
class="css-cet0rr"
383-
data-chakra-component="CBox"
384-
>
385-
<h3
386-
data-testid="stacked-h3"
387-
>
388-
I am a jolly heading element
389-
</h3>
390-
</div>
391-
<p
392-
class="css-18iq2bq"
393-
data-chakra-component="CText"
394-
>
395-
You deserve good things. With a whooping 10-15% interest rate per annum, grow your savings on your own terms with our completely automated process
396-
</p>
397-
</div>
398-
</DocumentFragment>
399-
`;

0 commit comments

Comments
 (0)