Supravisor
Supravisor
> > You should give `codingFact` a value that includes `favoriteLanguage` > > This particular test has not been updated yet. Test 11 fails with text.  Test 11 passes...
I added an assert on line 130. ``` assert.include(String(output[5]), favoriteLanguage); ```
>8. The `span` element inside the rating paragraph should have ten stars, either filled in (⭐) or empty (☆), followed by a numerical value in parentheses after the `span`. Since...
Here is an undated text. "Place a single space after the colon to separate the `span` element from the text before it, and place a single space before the first...
Could not test before as Gitpod was not loading the preview. The failing tests appear related to Italian and Portuguese languages. Let me know if any more is required.
>Challenge slugs must be unique, but /learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-14 already exists. I think this is due to the insertion of a new step. > Please wait for approval before running the sync,...
Is there anything else I need to do for this PR?
Yes, please explain how to handle the e2e tests. e2e tests for practice projects: Step x + step x solution code should equal step x + 1 seed code.
Not sure what is causing the string error.  
Could it have anything to do with this?: 