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

test(Slider): add interaction tests for Slider component #608

Merged
merged 4 commits into from
Mar 29, 2022

Commits on Mar 29, 2022

  1. test(Slider): add first interaction tests

     - add test for Decrease/Increase value
       by mouse click on Track/Rail
     - connect interaction tests to Story
    niksa-monday committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6c632a4 View commit details
    Browse the repository at this point in the history
  2. test(Slider): remove unneeded unit tests

     - remove Non-ranged Slider Mouse Events unit tests
       it replaced by more relevant interaction tests
     - minor code conventions (lint) refactoring
    niksa-monday committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    77946b5 View commit details
    Browse the repository at this point in the history
  3. test(Slider): sync snapshots with last changes

     - remove replace non range slider mouse events tests
    niksa-monday committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e3b9618 View commit details
    Browse the repository at this point in the history
  4. test(Slider): fix/improve delays during interaction tests

     - change delay to waiting for
     - remove "visual" delay to constant
     - according to review feedback
    niksa-monday committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    08bef5c View commit details
    Browse the repository at this point in the history