Skip to content

Commit a4af2a0

Browse files
committed
fixed testing error
1 parent 93c2499 commit a4af2a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/tests/disclosure_faq.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const ex = {
1515
],
1616
answerSelectors: [
1717
'#ex1 ol div.desc:nth-of-type(1)',
18-
'#ex1 ol div:descnth-of-type(2)',
19-
'#ex1 ol div:descnth-of-type(3)',
20-
'#ex1 ol div:descnth-of-type(4)',
18+
'#ex1 ol div:desc:nth-of-type(2)',
19+
'#ex1 ol div:desc:nth-of-type(3)',
20+
'#ex1 ol div:desc:nth-of-type(4)',
2121
],
2222
};
2323

0 commit comments

Comments
 (0)