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 23e92d9 commit 5781455Copy full SHA for 5781455
exercises/06-Practicing-Rules/tests.js
@@ -26,7 +26,7 @@ describe("All the styles should be applied", function () {
26
let body=document.querySelector("body");
27
let styles=window.getComputedStyle(body);
28
expect(styles["background"]).toBe(
29
- `url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/background-vertical.jpg?raw=true) repeat-y`
+ `url(../../.learn/assets/background-vertical.jpg?raw=true) repeat-y`
30
);
31
});
32
it("the font-family should be 'Times New Roman'", function () {
0 commit comments