[beta] Introduction to HTML 5 Elements - Correct code fails test case 3
See original GitHub issueChallenge introduction-to-html5-elements has an issue.
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/55.0.2883.87 Chrome/55.0.2883.87 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
<h2>CatPhotoApp</h2>
<main>
<p>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>
</main>
This has been reported before but the issue was closed with a link to a completely unrelated issue days ago, there are no currently open bug reports specifically addressing this issue.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
[beta] Minified React Error #32 in Basic HTML Challenge
Challenge Name Basic Html and Html5: Introduction to HTML5 Elements Issue Description The challenge page is stuck in loading since the ...
Read more >Unit Testing Tutorial – What is, Types & Test Example - Guru99
Unit Testing of software applications is done during the development (coding) of an application. The objective of Unit Testing is to isolate ...
Read more >HTML5 Form Validation Examples < HTML - The Art of Web
HTML5 form input field attributes in combination with CSS allow you to provide instant feedback on the validity of form input text, including...
Read more >TOP 35 HTML5 Interview Questions and Answers
A list of the most commonly asked HTML5 Interview Questions and Answers with code examples for beginners as well as experienced candidates.
Read more >How to run failed test cases in TestNG & Selenium
This article will delve into how to run failed test cases in TestNG using Selenium WebDriver. Table of Contents. Introduction to TestNG; Why ......
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
Confirmed fixed on live site.
I think the first mention of the challenge-specific test issue was over in #12653 - which was closed automatically when PR #12663 was QA’d and merged. I think part of the confusion is that when subsequent issues about this specific challenge and the test were raised, I referenced the PR instead of marking them as duplicate issues 😞 . I’ll go back and edit my comments on those, so it’s easier for folks QA’ing beta to see if issues were already raised and to follow the chain of events.
Thanks for your patience, @P1xt - I’m not sure when the next update to include the recent changes in
staging
is to the beta site. Hopefully when that happens, we can confirm the fix works for the broader community.