313 error state on commit doesnt update #92
pipeline.yaml
on: pull_request
compileScss_prettier_lint_test
42s
Annotations
10 errors
src/pages/Commit/Commit.test.jsx > Commit > renders file upload input:
src/pages/Commit/Commit.test.jsx#L66
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > file upload input works:
src/pages/Commit/Commit.test.jsx#L105
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > submit: only fileUpload input filled:
src/pages/Commit/Commit.test.jsx#L230
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > submit: upload successful:
src/pages/Commit/Commit.test.jsx#L259
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > submit: submission expired:
src/pages/Commit/Commit.test.jsx#L291
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > submit: submission failed:
src/pages/Commit/Commit.test.jsx#L324
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > submit: ZIP Bomb detected:
src/pages/Commit/Commit.test.jsx#L356
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > zip file too large:
src/pages/Commit/Commit.test.jsx#L388
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > zip file too large:
src/pages/Commit/Commit.test.jsx#L420
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|
src/pages/Commit/Commit.test.jsx > Commit > file contains README.md:
src/pages/Commit/Commit.test.jsx#L452
TestingLibraryElementError: Unable to find an element by: [data-testid="fileUpload"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="oneLine"
>
<label
for="version"
>
Version
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="version"
name="version"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<h3>
Optional Chat:
</h3>
<textarea
class="optionalMessage"
cols="40"
data-testid="optionalMessage"
rows="4"
/>
<br />
<h4>
Upload your exercise
<span
class="required"
>
*
</span>
:
</h4>
<div>
<input
accept=".zip"
id="fileInput"
name="filePath"
style="display: none;"
type="file"
/>
<label
class="custom-file-input"
for="fileInput"
>
<button
type="button"
>
Browse...
</button>
</label>
<span
class="localized-file-input-span"
>
No file selected.
</span>
</div>
<div
class="error"
/>
<br />
<div
class="commit-button"
>
<button
class="button"
type="submit"
>
Upload
</button>
</div>
</form>
</div>
</div>
<div
class="Toastify"
/>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="center"
>
<div
class="card commit-card"
>
<h3>
Intro:
</h3>
<p>
testTitle
</p>
<br />
<h3>
Exercise:
</h3>
<p
class="description"
>
testDescription
</p>
<br />
<form
data-testid="commit-form"
>
<div
class="oneLine"
>
<label
for="language"
>
Programming language
<span
class="required"
>
*
</span>
:
</label>
<input
class="input"
id="language"
name="language"
type="text"
value=""
/>
</div>
<div
class="error"
/>
<br />
<div
class="one
|