Skip to content

Commit c8f6450

Browse files
committed
Remove obsolete snapshot
1 parent 4e8f362 commit c8f6450

File tree

1 file changed

+0
-132
lines changed

1 file changed

+0
-132
lines changed

packages/datagateway-common/src/downloadConfirmation/__snapshots__/downloadRequestResult.component.test.tsx.snap

Lines changed: 0 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -278,135 +278,3 @@ exports[`DownloadRequestResult > should render correctly without redirect to dow
278278
</div>
279279
</DocumentFragment>
280280
`;
281-
282-
exports[`DownloadRequestResult should render correctly without redirect to download status button 1`] = `
283-
<DocumentFragment>
284-
<div>
285-
<h2
286-
class="MuiTypography-root MuiTypography-h6 MuiDialogTitle-root css-140puxv-MuiTypography-root-MuiDialogTitle-root"
287-
id="download-confirm-dialog-title"
288-
>
289-
<p
290-
class="MuiTypography-root MuiTypography-body1 css-1654shd-MuiTypography-root"
291-
/>
292-
<button
293-
aria-label="downloadConfirmDialog.close_arialabel"
294-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeLarge css-1f5482o-MuiButtonBase-root-MuiIconButton-root"
295-
tabindex="0"
296-
type="button"
297-
>
298-
<svg
299-
aria-hidden="true"
300-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
301-
data-testid="CloseIcon"
302-
focusable="false"
303-
viewBox="0 0 24 24"
304-
>
305-
<path
306-
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
307-
/>
308-
</svg>
309-
<span
310-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
311-
/>
312-
</button>
313-
</h2>
314-
<div
315-
class="MuiDialogContent-root css-1738ltc-MuiDialogContent-root"
316-
>
317-
<div
318-
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-4 MuiGrid-direction-xs-column css-k0gg1l-MuiGrid-root"
319-
style="padding-bottom: 25px;"
320-
>
321-
<div
322-
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-true css-1vd824g-MuiGrid-root"
323-
>
324-
<svg
325-
class="css-mvaooh"
326-
viewBox="0 0 52 52"
327-
xmlns="http://www.w3.org/2000/svg"
328-
>
329-
<circle
330-
class="css-w6mxps"
331-
cx="26"
332-
cy="26"
333-
fill="none"
334-
r="25"
335-
/>
336-
<path
337-
class="css-39tpth"
338-
d="M14.1 27.2l7.1 7.2 16.7-16.8"
339-
fill="none"
340-
/>
341-
</svg>
342-
</div>
343-
<div
344-
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-true css-1vd824g-MuiGrid-root"
345-
>
346-
<p
347-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
348-
id="download-confirmation-success"
349-
>
350-
downloadConfirmDialog.download_success
351-
</p>
352-
</div>
353-
<div
354-
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-true css-1vd824g-MuiGrid-root"
355-
>
356-
<div
357-
style="text-align: center; margin: 0px auto;"
358-
>
359-
<div
360-
style="float: left; text-align: right;"
361-
>
362-
<p
363-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
364-
>
365-
<b>
366-
downloadConfirmDialog.confirmation_download_name:
367-
</b>
368-
</p>
369-
<p
370-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
371-
>
372-
<b>
373-
downloadConfirmDialog.confirmation_access_method:
374-
</b>
375-
</p>
376-
<p
377-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
378-
>
379-
<b>
380-
downloadConfirmDialog.confirmation_email:
381-
</b>
382-
</p>
383-
</div>
384-
<div
385-
style="float: right; text-align: left; padding-left: 25px;"
386-
>
387-
<p
388-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
389-
id="confirm-success-download-name"
390-
>
391-
download-name
392-
</p>
393-
<p
394-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
395-
id="confirm-success-access-method"
396-
>
397-
HTTPS
398-
</p>
399-
<p
400-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
401-
id="confirm-success-email-address"
402-
>
403-
test@email.com
404-
</p>
405-
</div>
406-
</div>
407-
</div>
408-
</div>
409-
</div>
410-
</div>
411-
</DocumentFragment>
412-
`;

0 commit comments

Comments
 (0)