Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.android.tools.build:gradle to v7.4.2 #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(deps): update dependency com.android.tools.build:gradle to v7.4.2

9192572
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix(deps): update dependency com.android.tools.build:gradle to v7.4.2 #270

fix(deps): update dependency com.android.tools.build:gradle to v7.4.2
9192572
Select commit
Loading
Failed to load commit list.
GitHub Actions / UT Report succeeded Jul 30, 2024 in 1s

UT Report βœ…

Tests passed successfully

βœ…Β junit.xml

39 tests were completed in 24s with 39 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MODULE | Badge 3βœ… 369ms
MODULE | DateField 8βœ… 965ms
MODULE | DateSelector 7βœ… 22s
MODULE | TextField 4βœ… 709ms
TopAppBar mounting with a simple title 9βœ… 22s
Uncontrolled Banner 4βœ… 787ms
Uncontrolled Snackbar 4βœ… 21s

βœ…Β 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 | 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

βœ…Β 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

βœ…Β Uncontrolled Banner

Uncontrolled Banner mounts banner correctly
  βœ… Uncontrolled Banner mounts banner correctly
Uncontrolled Banner triggers `onDismiss` event when user press dismiss icon
  βœ… Uncontrolled Banner triggers `onDismiss` event when user press dismiss icon
Uncontrolled Banner triggers `onButtonPress` event when user press button
  βœ… Uncontrolled Banner triggers `onButtonPress` event when user press button
Controlled Banner triggers `onDismiss` event when user press dismiss icon
  βœ… Controlled Banner triggers `onDismiss` event when user press dismiss icon

βœ…Β Uncontrolled Snackbar

Uncontrolled Snackbar mounts Snackbar correctly
  βœ… Uncontrolled Snackbar mounts Snackbar correctly
Uncontrolled Snackbar triggers `onDismiss` event when user press dismiss icon
  βœ… Uncontrolled Snackbar triggers `onDismiss` event when user press dismiss icon
Uncontrolled Snackbar invisibled on mount does not show the Snackbar
  βœ… Uncontrolled Snackbar invisibled on mount does not show the Snackbar
Controlled Snackbar visible on mount triggers `onDismiss` event when user press dismiss icon
  βœ… Controlled Snackbar visible on mount triggers `onDismiss` event when user press dismiss icon