Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed May 21, 2023
1 parent e6b231a commit e45defb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __test__/mount/simple.test.js
Expand Up @@ -71,6 +71,9 @@ describe("InnerSlider component tests: Part 7", () => {
actions.clickSequence = ["n", "n", "n", "n", "n", "n", "p", "p", "p"];
testsUtil(settings, actions, keys);
});

//TODO: old tests used this sequence `actions.clickSequence = ["p", "p", "p", "p", "p", "p", "n", "n", "n"];`
// Debug why tests failing with that sequence
describe("InnerSlider component tests: Part 8", () => {
actions.clickSequence = ["p", "p", "p", "p", "p", "p", "p", "n", "n", "n"];
testsUtil(settings, actions, keys);
Expand Down

0 comments on commit e45defb

Please sign in to comment.