Test “Set the border property to none” keeps failing even though my code is correct

Hi everyone, I’m having an issue with the Parent Teacher Conference Form challenge. The test “Set the border property to none.” keeps failing even though my code appears to be correct.

My HTML:
Submit Form

My CSS:
.submit-btn {
cursor: pointer;
background-color: royalblue;
color: whitesmoke;
border: none;
border-radius: 6px;
padding: 12px 20px;
}

I have already tried:

  • saving the CSS file

  • hard reload (Ctrl + F5)

  • switching browsers

  • rewriting the code

  • testing with inline CSS

  • resetting the project

  • creating a new project tab

The test still fails.
Is this a bug in the test runner, or am I missing something?

Thanks in advance!

it’s a bug.

You can skip it or try on firefox.

please use the Help button in future to open a topic here when you have a question about an fCC challenge as it will give us a link to the exercise and provide your code in a format we can easily read and copy from.