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.
2 parents e659839 + 648c524 commit 6a7faa0Copy full SHA for 6a7faa0
exercises/06-Practicing-Rules/tests.js
@@ -64,7 +64,7 @@ describe("All the styles should be applied", () => {
64
let h2TagStyles = window.getComputedStyle(h2Tag);
65
expect(h2TagStyles["text-decoration"]).toBe("underline");
66
});
67
- test("The padding in the #id1 tag should be '5px'", () => {
+ test("The padding in the p tag should be '5px'", () => {
68
document.querySelector(
69
"head"
70
).innerHTML = `<style>${css.toString()}</style>`;
0 commit comments