Tell us what’s happening:
I am at the final (#16) user story but keep getting this message!
16. Inside the form element, I am presented with a button with id=“submit” to submit all my inputs. AssertionError: There should be a button with id=“submit” : expected null to not equal null.
my initial try:
Your code so far
relevant bit:
<div>
<button id="submit" type="submit">Submit</button>
</div>
</form>
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:61.0) Gecko/20100101 Firefox/61.0</code>.
Sure! It’s pretty sloppy because I just wanted to make sure I could get it to pass the tests.
1 Like
Thank you so much for your help; I’ll take your comments on board!
Hey guys, also struggling with the last user story, after reading the advice given to madisontechie I went back and reviewed my code and I can’t seem to iron out the problem. My submit button simply will not pass the test, even though it appears on my page. Any tips?
@logeyloge Identifying the problem you are having, and providing a solution is very difficult without first seeing the code first hand.
I suggest you make your own thread detailing your issue, with a link to your code or preformatted text inside of your post
Like so, by using 3 back ticks to open and close this format (```)
Hope you get the help you need!