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

Feature/update screen and top bar #138

Merged
merged 4 commits into from
Dec 8, 2023

💄 TopAppBar - apply different button margin if it's tablet or not

ad41c23
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Feature/update screen and top bar #138

💄 TopAppBar - apply different button margin if it's tablet or not
ad41c23
Select commit
Loading
Failed to load commit list.
GitHub Actions / UT Report succeeded Dec 6, 2023 in 1s

UT Report ✅

Tests passed successfully

✅ junit.xml

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

Test suite Passed Failed Skipped Time
MODULE | ActionCard 3✅ 38s
MODULE | Badge 3✅ 682ms
MODULE | Keyboard 5✅ 38s
MODULE | TextField 4✅ 38s

✅ 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 | 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