feat: split layouts and initial bounds #426
protected.yml
on: pull_request
admin
/
build
39s
auth
/
build
1m 11s
gbajs3
/
build
1m 34s
Annotations
2 errors
src/components/modals/upload-roms.spec.tsx > <UploadRomsModal /> > renders external rom error:
gbajs3/src/components/modals/upload-roms.spec.tsx#L319
TestingLibraryElementError: Unable to find an element with the text: /Loading rom from url:/. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="sc-fLDLck pHBmP"
>
<h3
class="sc-dVBluf fhRJOl"
id="modalHeader"
>
Upload Rom
</h3>
<button
aria-label="Close"
class="sc-kfeOyU gdEgCC"
/>
</div>
<div
class="sc-dycHyt NRJl"
>
<form
aria-label="Upload Roms Form"
id=":rm:"
>
<div
aria-label="Upload Rom"
class="sc-cMqPwU gnRyrS"
id=":rm:--drag-and-drop"
role="presentation"
tabindex="0"
>
<input
data-testid="hidden-file-input"
multiple=""
name="romFiles"
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
tabindex="-1"
type="file"
/>
<svg
class="sc-jUkaYT kEFrSr"
fill="currentColor"
height="1em"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13 19v-4h3l-4-5-4 5h3v4z"
/>
<path
d="M7 19h2v-2H7c-1.654 0-3-1.346-3-3 0-1.404 1.199-2.756 2.673-3.015l.581-.102.192-.558C8.149 8.274 9.895 7 12 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-3v2h3c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888C18.507 7.67 15.56 5 12 5 9.244 5 6.85 6.611 5.757 9.15 3.609 9.792 2 11.82 2 14c0 2.757 2.243 5 5 5z"
/>
</svg>
<p>
Drag and drop roms or zipped rom files here, or click to upload files
</p>
</div>
<div
aria-orientation="horizontal"
class="MuiDivider-root MuiDivider-fullWidth MuiDivider-withChildren css-1g5jb2t-MuiDivider-root"
role="separator"
>
<span
class="MuiDivider-wrapper css-1134oje-MuiDivider-wrapper"
>
or
</span>
</div>
<div
aria-label="Upload Rom From URL"
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-cmpglg-MuiFormControl-root-MuiTextField-root"
>
<label
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeSmall MuiInputLabel-filled MuiFormLabel-colorPrimary MuiFormLabel-filled MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeSmall MuiInputLabel-filled css-1dj2ypp-MuiFormLabel-root-MuiInputLabel-root"
data-shrink="true"
for=":rm:--rom-url"
id=":rm:--rom-url-label"
>
Upload from a URL
</label>
<div
class="MuiInputBase-root MuiFilledInput-root MuiFilledInput-underline MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-sizeSmall css-1mb1do-MuiInputBase-root-MuiFilledInput-root"
>
<input
aria-invalid="false"
autocomplete="romURL"
class="MuiInputBase-input MuiFilledInput-input MuiInputBase-inputSizeSmall css-1pemltt-MuiInputBase-input-MuiFilledInput-input"
id=":rm:--rom-url"
name="romURL"
type="text"
value=""
/>
</div>
</div>
<div
class="sc-hRDKVd gibpgU"
data-testid="error-with-icon"
>
<svg
fill="currentColor"
height="1em"
stroke="currentColor"
|
gbajs3 / build
Process completed with exit code 1.
|