Skip to content

πŸ’„ Dialog - fix appearance on mobile

Sign in for the full log view
GitHub Actions / UT Report succeeded Mar 1, 2024 in 0s

UT Report βœ…

Tests passed successfully

βœ…Β junit.xml

64 tests were completed in 41s with 64 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ComputeCrementedValue 14βœ… 19s
MODULE | ActionCard 3βœ… 1s
MODULE | Badge 3βœ… 848ms
MODULE | DateField 8βœ… 14s
MODULE | DateSelector 7βœ… 39s
MODULE | Keyboard 5βœ… 20s
MODULE | TextField 4βœ… 1s
NumberValidator 11βœ… 360ms
TopAppBar mounting with a simple title 9βœ… 25s

βœ…Β ComputeCrementedValue

ComputeCrementedValue should correctly compute the incremented value within the validator limits
  βœ… ComputeCrementedValue should correctly compute the incremented value within the validator limits
ComputeCrementedValue should not exceed the max value of the validator
  βœ… ComputeCrementedValue should not exceed the max value of the validator
ComputeCrementedValue should not go below the min value of the validator
  βœ… ComputeCrementedValue should not go below the min value of the validator
ComputeCrementedValue should not brake with a zero initial value on increment
  βœ… ComputeCrementedValue should not brake with a zero initial value on increment
ComputeCrementedValue should not brake with a zero initial value on decrement
  βœ… ComputeCrementedValue should not brake with a zero initial value on decrement
ComputeCrementedValue should correctly compute the incremented value within the validator limits for decimals
  βœ… ComputeCrementedValue should correctly compute the incremented value within the validator limits for decimals
ComputeCrementedValue should correctly compute the two steps incremented value within the validator limits for decimals
  βœ… ComputeCrementedValue should correctly compute the two steps incremented value within the validator limits for decimals
ComputeCrementedValue should correctly compute the two steps incremented value within the validator limits for decimals with decimal max
  βœ… ComputeCrementedValue should correctly compute the two steps incremented value within the validator limits for decimals with decimal max
ComputeCrementedValue should correctly compute the decremented value within the validator limits for decimals
  βœ… ComputeCrementedValue should correctly compute the decremented value within the validator limits for decimals
  βœ… ComputeCrementedValue should correctly compute the decremented value within the validator limits for decimals
ComputeCrementedValue should correctly compute the two steps decremented value within the validator limits for decimals
  βœ… ComputeCrementedValue should correctly compute the two steps decremented value within the validator limits for decimals
ComputeCrementedValue should correctly compute the two steps decremented value within the validator limits for decimals with decimal min
  βœ… ComputeCrementedValue should correctly compute the two steps decremented value within the validator limits for decimals with decimal min
ComputeCrementedValue should not exceed the max value of the validator for decimals
  βœ… ComputeCrementedValue should not exceed the max value of the validator for decimals
ComputeCrementedValue should not go below the min value of the validator for decimals
  βœ… ComputeCrementedValue should not go below the min value of the validator for decimals

βœ…Β MODULE | ActionCard

MODULE | ActionCard component renders correctly
  βœ… MODULE | ActionCard component renders correctly
MODULE | ActionCard component renders correctly in disabled state
  βœ… MODULE | ActionCard component renders correctly in disabled state
MODULE | ActionCard fires callback on button press
  βœ… MODULE | ActionCard fires callback on button press

βœ…Β MODULE | Badge

MODULE | Badge Given a `number` should display it
  βœ… MODULE | Badge Given a `number` should display it
MODULE | Badge Given a `number` and a `maxDigits` greater than number's total digit should display a truncated `number`
  βœ… MODULE | Badge Given a `number` and a `maxDigits` greater than number's total digit should display a truncated `number`
MODULE | Badge Given a `number` and a `maxDigits` smaller or equal than number's total digit' should display the entire `number`
  βœ… MODULE | Badge Given a `number` and a `maxDigits` smaller or equal than number's total digit' should display the entire `number`

βœ…Β MODULE | DateField

MODULE | DateField component renders correctly in empty mode
  βœ… MODULE | DateField component renders correctly in empty mode
MODULE | DateField component renders correctly empty focused state
  βœ… MODULE | DateField component renders correctly empty focused state
MODULE | DateField component renders correctly filled focused state
  βœ… MODULE | DateField component renders correctly filled focused state
MODULE | DateField component renders correctly filled unfocused state
  βœ… MODULE | DateField component renders correctly filled unfocused state
MODULE | DateField component renders correctly in error state
  βœ… MODULE | DateField component renders correctly in error state
MODULE | DateField fires callback when on input value change
  βœ… MODULE | DateField fires callback when on input value change
MODULE | DateField shouldnt send more than 2 characters
  βœ… MODULE | DateField shouldnt send more than 2 characters
MODULE | DateField shouldnt accept non number characters
  βœ… MODULE | DateField shouldnt accept non number characters

βœ…Β MODULE | DateSelector

MODULE | DateSelector component renders correctly with prefilled values in DD/MM/YY
  βœ… MODULE | DateSelector component renders correctly with prefilled values in DD/MM/YY
MODULE | DateSelector should send date filled with missing fields
  βœ… MODULE | DateSelector should send date filled with missing fields
MODULE | DateSelector should send date filled with all changed fields
  βœ… MODULE | DateSelector should send date filled with all changed fields
MODULE | DateSelector should prefix date fields with a 0 on blur
  βœ… MODULE | DateSelector should prefix date fields with a 0 on blur
MODULE | DateSelector should not cast invalid date into a valid one
  βœ… MODULE | DateSelector should not cast invalid date into a valid one
MODULE | DateSelector error should display an error message if not focused
  βœ… MODULE | DateSelector error should display an error message if not focused
MODULE | DateSelector error should not display an error message if a field is focused
  βœ… MODULE | DateSelector error should not display an error message if a field is focused

βœ…Β MODULE | Keyboard

MODULE | Keyboard component renders correctly
  βœ… MODULE | Keyboard component renders correctly
MODULE | Keyboard return undefined if there is no focused input provided
  βœ… MODULE | Keyboard return undefined if there is no focused input provided
MODULE | Keyboard sets the value on numeric button press
  βœ… MODULE | Keyboard sets the value on numeric button press
MODULE | Keyboard deletes the value on delete button press
  βœ… MODULE | Keyboard deletes the value on delete button press
MODULE | Keyboard fires callback onSubmit press
  βœ… MODULE | Keyboard fires callback onSubmit press

βœ…Β MODULE | TextField

MODULE | TextField component renders correctly
  βœ… MODULE | TextField component renders correctly
MODULE | TextField component renders correctly with bottom text
  βœ… MODULE | TextField component renders correctly with bottom text
MODULE | TextField component renders correctly when textType in error state
  βœ… MODULE | TextField component renders correctly when textType in error state
MODULE | TextField fires callback when on input value change
  βœ… MODULE | TextField fires callback when on input value change

βœ…Β NumberValidator

NumberValidator allowNegatives should return true when minValue is less than 0
  βœ… NumberValidator allowNegatives should return true when minValue is less than 0
NumberValidator allowNegatives should return false when minValue is not less than 0
  βœ… NumberValidator allowNegatives should return false when minValue is not less than 0
NumberValidator validateFormat validateFormat should return true for valid numbers
  βœ… NumberValidator validateFormat validateFormat should return true for valid numbers
NumberValidator validateFormat validateFormat should return false for invalid numbers
  βœ… NumberValidator validateFormat validateFormat should return false for invalid numbers
NumberValidator validateMinMax validateMinMax returns true for valid numbers
  βœ… NumberValidator validateMinMax validateMinMax returns true for valid numbers
NumberValidator validateMinMax validateMinMax returns false for numbers out of range
  βœ… NumberValidator validateMinMax validateMinMax returns false for numbers out of range
NumberValidator validateMinMax validateMinMax returns true for negative numbers when allowed
  βœ… NumberValidator validateMinMax validateMinMax returns true for negative numbers when allowed
NumberValidator validateMinMax validateMinMax returns false for negative numbers when not allowed
  βœ… NumberValidator validateMinMax validateMinMax returns false for negative numbers when not allowed
NumberValidator validateMinMax validateMinMax returns true for undefined text
  βœ… NumberValidator validateMinMax validateMinMax returns true for undefined text
NumberValidator validateMinMax validateMinMax returns true for "-" when negatives are allowed
  βœ… NumberValidator validateMinMax validateMinMax returns true for "-" when negatives are allowed
NumberValidator validateMinMax validateMinMax returns false for "-" when negatives are not allowed
  βœ… NumberValidator validateMinMax validateMinMax returns false for "-" when negatives are not allowed

βœ…Β TopAppBar mounting with a simple title

TopAppBar mounting with a simple title displays a title
  βœ… TopAppBar mounting with a simple title displays a title
TopAppBar mounting with a simple title testing menu title 'as string' on press
  βœ… TopAppBar mounting with a simple title testing menu title 'as string' on press
TopAppBar mounting with a title by passing a custom component displays a title
  βœ… TopAppBar mounting with a title by passing a custom component displays a title
TopAppBar mounting with a title by passing a custom component testing menu title 'as component' on press
  βœ… TopAppBar mounting with a title by passing a custom component testing menu title 'as component' on press
TopAppBar mounting with a go back button triggers `goBack` event when user press the go back button
  βœ… TopAppBar mounting with a go back button triggers `goBack` event when user press the go back button
TopAppBar mounting with a menu displays action menu button
  βœ… TopAppBar mounting with a menu displays action menu button
TopAppBar mounting with a menu displays menu items when user press the action menu button
  βœ… TopAppBar mounting with a menu displays menu items when user press the action menu button
TopAppBar mounting with a menu retrieves menu item data when user press a menu item
  βœ… TopAppBar mounting with a menu retrieves menu item data when user press a menu item
TopAppBar mounting with a menu hides menu when user press a menu item
  βœ… TopAppBar mounting with a menu hides menu when user press a menu item