Problems when running test and resetting
See original GitHub issueChallenge Link to External Pages with Anchor Elements has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.smaller-image {
width: 100px;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<a href="http://freecatphotoapp.com">cat photos</a>
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Test cases reset to active doesn't restart
When we run automated test cases some of them are failing; setting a failed test case back to Active doesn't restart the automated...
Read more >Contexts not properly reset between tests within the same level
From what I can gather, there are two main problems with Context: "Each" hook Context is coupled to its suite; all hooks should...
Read more >Reset Unit Tests - Khan Academy Help Center
Either fix all the glitchy problems among all your platforms and devices or allow a simple restart option on long unit tests please....
Read more >Win 7: Ran Memory Diagnostic Test; on reboot, starts test again
The system rebooted, and started running the test again. Hammering on the ESC key just started the test over again. Shut the system...
Read more >Visual Studio doesn't reset tests results - Stack Overflow
If I open Visual Studio "first time" after Windows boot, I can see all test results empty, I can right click and choose...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@RodrigoCastroS… Turn-off your ad-blocker, It should work…!!
@RodrigoCastroS thanks for the issue. Can you elaborate on what “problems” you are experiencing when you submit the challenge? You code is correct and passes for me, albeit I’m using Chrome rather than Firefox. Screenshots of your issue can also help us diagnose the issue. Thanks!