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 e78069d commit b09e86cCopy full SHA for b09e86c
exercises/11-Font-Awesome-Icons/tests.js
@@ -19,7 +19,7 @@ describe("All the styles should be applied", ()=>{
19
test("At least 3 i tags should exist", ()=>{
20
expect(document.querySelectorAll("i").length).toBe(3);
21
});
22
- test("There should be some text on the li tags", ()=>{
+ test("The i tags should be inside the li tags", ()=>{
23
expect(document.querySelector("li")).toBeTruthy();
24
const li = document.querySelectorAll("li");
25
for (let i = 0; i < li.length; i++) {
0 commit comments