UIPQB-60 'In' and 'Not In' requests not properly formatted for [Users… #563
GitHub Actions / Jest Unit Test Results
succeeded
Oct 23, 2023 in 0s
All 50 tests pass, 2 skipped in 44s
Annotations
Check notice on line 0 in .github
github-actions / Jest Unit Test Results
2 skipped tests found
There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
QueryBuilderModal should show banner if limit is exceeded ‑ QueryBuilderModal should show banner if limit is exceeded
QueryBuilderModal should show progress table when form valid and testQuery button clicked ‑ QueryBuilderModal should show progress table when form valid and testQuery button clicked
Check notice on line 0 in .github
github-actions / Jest Unit Test Results
52 tests found
There are 52 tests, see "Raw output" for the full list of tests.
Raw output
DataTypeInput should render correct component based on DEFAULT and > ‑ DataTypeInput should render correct component based on DEFAULT and >
DataTypeInput should render correct component based on arrayType and == ‑ DataTypeInput should render correct component based on arrayType and ==
DataTypeInput should render correct component based on arrayType and in ‑ DataTypeInput should render correct component based on arrayType and in
DataTypeInput should render correct component based on booleanType and == ‑ DataTypeInput should render correct component based on booleanType and ==
DataTypeInput should render correct component based on dateType and > ‑ DataTypeInput should render correct component based on dateType and >
DataTypeInput should render correct component based on enumType and == ‑ DataTypeInput should render correct component based on enumType and ==
DataTypeInput should render correct component based on openUUIDType and == ‑ DataTypeInput should render correct component based on openUUIDType and ==
DataTypeInput should render correct component based on openUUIDType and in ‑ DataTypeInput should render correct component based on openUUIDType and in
DataTypeInput should render correct component based on rangedUUIDType and == ‑ DataTypeInput should render correct component based on rangedUUIDType and ==
DataTypeInput should render correct component based on stringType and == ‑ DataTypeInput should render correct component based on stringType and ==
DataTypeInput should render correct component based on stringType and not in ‑ DataTypeInput should render correct component based on stringType and not in
QueryBuilder should show/close query builder modal by show/cancel buttons click ‑ QueryBuilder should show/close query builder modal by show/cancel buttons click
QueryBuilderModal should remove row when remove button clicked ‑ QueryBuilderModal should remove row when remove button clicked
QueryBuilderModal should render boolean select when row added ‑ QueryBuilderModal should render boolean select when row added
QueryBuilderModal should render modal ‑ QueryBuilderModal should render modal
QueryBuilderModal should render new label with saveBtnLabel ‑ QueryBuilderModal should render new label with saveBtnLabel
QueryBuilderModal should render only field select by default ‑ QueryBuilderModal should render only field select by default
QueryBuilderModal should show banner if limit is exceeded ‑ QueryBuilderModal should show banner if limit is exceeded
QueryBuilderModal should show progress table when form valid and testQuery button clicked ‑ QueryBuilderModal should show progress table when form valid and testQuery button clicked
ResultViewer Initial and visible columns setters should be called ‑ ResultViewer Initial and visible columns setters should be called
ResultViewer Records table should be rendered with pagination ‑ ResultViewer Records table should be rendered with pagination
ResultViewer Refresh functionality should call changePage to #1 if refreshing triggered ‑ ResultViewer Refresh functionality should call changePage to #1 if refreshing triggered
ResultViewer Render accordion and titles should not render accordion if accordionHeadline prop is NULL ‑ ResultViewer Render accordion and titles should not render accordion if accordionHeadline prop is NULL
ResultViewer Render accordion and titles should render subtitle with correct count of records ‑ ResultViewer Render accordion and titles should render subtitle with correct count of records
ResultViewer Should render accordion title ‑ ResultViewer Should render accordion title
Should render different parts of plugin based on componentType should render QueryBuilderModal ‑ Should render different parts of plugin based on componentType should render QueryBuilderModal
Should render different parts of plugin based on componentType should render ResultsViewer ‑ Should render different parts of plugin based on componentType should render ResultsViewer
mongoQueryToSource() should convert from source to simple query format ‑ mongoQueryToSource() should convert from source to simple query format
mongoQueryToSource() should convert simple query to source format ‑ mongoQueryToSource() should convert simple query to source format
mongoQueryToSource() should return empty array for empty query ‑ mongoQueryToSource() should return empty array for empty query
select options getFieldOptions should be equal to result value ‑ select options getFieldOptions should be equal to result value
select options getOperatorOptions should return UUID operators with placeholder for ranged UUID type ‑ select options getOperatorOptions should return UUID operators with placeholder for ranged UUID type
select options getOperatorOptions should return an empty array for unknown data type ‑ select options getOperatorOptions should return an empty array for unknown data type
select options getOperatorOptions should return base logical operators with placeholder for integer type ‑ select options getOperatorOptions should return base logical operators with placeholder for integer type
select options getOperatorOptions should return boolean operators with placeholder ‑ select options getOperatorOptions should return boolean operators with placeholder
select options getOperatorOptions should return extended logical operators with placeholder for date type ‑ select options getOperatorOptions should return extended logical operators with placeholder for date type
select options getOperatorOptions should return operators with placeholder for array type ‑ select options getOperatorOptions should return operators with placeholder for array type
select options getOperatorOptions should return operators with placeholder for enum type ‑ select options getOperatorOptions should return operators with placeholder for enum type
select options getOperatorOptions should return operators with placeholder for open UUID type ‑ select options getOperatorOptions should return operators with placeholder for open UUID type
select options getOperatorOptions should return string operators with placeholder ‑ select options getOperatorOptions should return string operators with placeholder
valueBuilder should return a string enclosed in double quotes for ArrayType if value is a string ‑ valueBuilder should return a string enclosed in double quotes for ArrayType if value is a string
valueBuilder should return a string enclosed in double quotes for BooleanType ‑ valueBuilder should return a string enclosed in double quotes for BooleanType
valueBuilder should return a string enclosed in double quotes for DateType if value is truthy ‑ valueBuilder should return a string enclosed in double quotes for DateType if value is truthy
valueBuilder should return a string enclosed in double quotes for EnumType if value is a string ‑ valueBuilder should return a string enclosed in double quotes for EnumType if value is a string
valueBuilder should return a string enclosed in double quotes for ObjectType ‑ valueBuilder should return a string enclosed in double quotes for ObjectType
valueBuilder should return a string enclosed in double quotes for OpenUUIDType if operator is not IN or NOT_IN ‑ valueBuilder should return a string enclosed in double quotes for OpenUUIDType if operator is not IN or NOT_IN
valueBuilder should return a string enclosed in double quotes for RangedUUIDType if value is not an array ‑ valueBuilder should return a string enclosed in double quotes for RangedUUIDType if value is not an array
valueBuilder should return a string enclosed in double quotes for StringType ‑ valueBuilder should return a string enclosed in double quotes for StringType
valueBuilder should return a string enclosed in parentheses for ArrayType if value is an array and operator is IN ‑ valueBuilder should return a string enclosed in parentheses for ArrayType if value is an array and operator is IN
valueBuilder should return a string enclosed in parentheses for RangedUUIDType if value is an array ‑ valueBuilder should return a string enclosed in parentheses for RangedUUIDType if value is an array
valueBuilder should return an empty string if value is falsy for DateType ‑ valueBuilder should return an empty string if value is falsy for DateType
valueBuilder should return the same value for IntegerType ‑ valueBuilder should return the same value for IntegerType
Loading