| { | |
| "jQueryTest": [ | |
| { | |
| "observation": "Clicks on arrows are not working properly", | |
| "possibleCause": "Animation effects are taking effects somehow", | |
| "solutions": [ | |
| { | |
| "description": "set useCSS property to false", | |
| "status": "did not work" | |
| }, | |
| { | |
| "description": "set speed property to 0", | |
| "status": "worked, now the clicks are working as of now" | |
| } | |
| ] | |
| }, | |
| { | |
| "observation": "arrows are disabled when slidesToShow are equal to noOfSlides", | |
| "status": "causes few tests to fail" | |
| }, | |
| { | |
| "observation": "tests are very slow", | |
| "possibleCause": "synchronous click event simulation and slow DOM api", | |
| "status": "not tried yet" | |
| } | |
| ], | |
| "reactTest": [ | |
| { | |
| "observation": "Clicks on arrows are not working properly", | |
| "possibleCause": "Animation effects are taking effects somehow", | |
| "solutions": [ | |
| { | |
| "description": "set useCSS property to false", | |
| "status": "worked, now the clicks are working as of now" | |
| } | |
| ] | |
| } | |
| ], | |
| "misc": [ | |
| { | |
| "observation": "In case of reverse scrolling, slick-active class is not being assigned properly.", | |
| "example": { | |
| "settings": { | |
| "noOfSlides": 5, | |
| "slidesToShow": 2, | |
| "slidesToScroll": 2 | |
| }, | |
| "jqueryBehaviour": "after one prev click, current-slide is 5th and active-class is assigned to slide 4th and 5th while the same are displayed in frame", | |
| "reactBehaviour": "after one prev click, current-slide is 5th and active-class is assigned to slide 5th and 1st(cloned) while 4th and 5th are displayed in frame", | |
| "status": "several tests are failing due to this property" | |
| } | |
| } | |
| ] | |
| } | |