We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0145e39 commit 2447a76Copy full SHA for 2447a76
tests/tests.js
@@ -63,8 +63,8 @@ let tests = {
63
const nextFile = fileWrapper.querySelector('.file.selected').nextElementSibling;
64
const prevFile = fileWrapper.querySelector('.file.selected').previousElementSibling;
65
66
- if (prevFile) click(prevFile);
67
- else if (nextFile) click(nextFile);
+ if (prevFile) tests.click(prevFile);
+ else if (nextFile) tests.click(nextFile);
68
69
},
70
0 commit comments