File size: 1,788 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "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"
      }
    }
  ]
}