BugFix : Fixed Improper Handling for Non-Numeric Values in Allotted hours section of Create Action item modal #4133
pull-request.yml
on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
1m 10s
Check for eslint-disable
10s
Check for code coverage disable
11s
Checks if sensitive files have been changed without authorization
9s
Checks if number of files changed is acceptable
6s
Check Target Branch
0s
Check Python Code Style
15s
Check if Talawa Admin app starts (No Docker)
0s
Check if Talawa Admin app starts in Docker
0s
Validate CodeRabbit Approval
0s
Annotations
2 errors and 8 warnings
src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles network errors gracefully:
src/screens/OrganizationActionItems/ItemModal.spec.tsx#L1014
Error: Timed out in waitFor.
Ignored nodes: comments, script, style
<html>
<head />
<body
class="modal-open"
data-rr-ui-modal-open=""
style="padding-right: 2048px;"
>
<div />
<div
class="fade modal-backdrop show"
/>
<div
aria-modal="true"
class="fade _itemModal_658d08 modal show"
role="dialog"
style="display: block; padding-right: 0px;"
tabindex="-1"
>
<div
class="modal-dialog"
>
<div
class="modal-content"
>
<div
class="modal-header"
>
<p
class="_titlemodal_658d08"
>
Create Action Item
</p>
<button
class="_closeButton_658d08 btn btn-danger"
data-testid="modalCloseBtn"
type="button"
>
<i
class="fa fa-times"
/>
</button>
</div>
<div
class="modal-body"
>
<form
class="p-2"
>
<div
class="d-flex gap-3 mb-3"
>
<div
class="MuiAutocomplete-root MuiAutocomplete-hasClearIcon MuiAutocomplete-hasPopupIcon _noOutline_658d08 w-100 css-1tlcqt-MuiAutocomplete-root"
data-testid="categorySelect"
>
<div
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-sizeMedium MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled Mui-required MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-outlined css-113d811-MuiFormLabel-root-MuiInputLabel-root"
data-shrink="true"
for=":r66:"
id=":r66:-label"
>
Action Item Category
<span
aria-hidden="true"
class="MuiFormLabel-asterisk MuiInputLabel-asterisk css-1ljffdk-MuiFormLabel-asterisk"
>
*
</span>
</label>
<div
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-1n04w30-MuiInputBase-root-MuiOutlinedInput-root"
>
<input
aria-autocomplete="list"
aria-expanded="false"
aria-invalid="false"
autocapitalize="none"
autocomplete="off"
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-1dune0f-MuiInputBase-input-MuiOutlinedInput-input"
id=":r66:"
required=""
role="combobox"
spellcheck="false"
type="text"
value="Category 1"
/>
<div
class="MuiAutocomplete-endAdornment css-1uhhrmm-MuiAutocomplete-endAdornment"
>
<button
aria-label="Clear"
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium MuiAutocomplete-clearIndicator css-nykp2v-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator"
tabindex="-1"
title="Clear"
|
Test Application
Process completed with exit code 1.
|
Check Target Branch
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Checks if number of files changed is acceptable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for eslint-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Checks if sensitive files have been changed without authorization
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for code coverage disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Performs linting, formatting, type-checking, checking for different source and target branch
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Python Code Style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Application
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|