Hi, all. This is just a general question about submitting projects.
There have been a few times where the FCC unit tests fail, even though they should be working. An example is the drum machine’s sixth test. The test states:
6. When I press the trigger key associated with each .drum-pad, the audio clip contained in its child element should be triggered (e.g. pressing the Q key should trigger the drum pad which contains the string “Q”, pressing the W key should trigger the drum pad which contains the string “W”, etc.).
I have verified several times manually that pressing this Q button, or pressing the Q key, triggers the audio in its child element. As do the rest of the buttons. The error given is just “Script error. (:0)” and seems to be a failing on the FCC testing script, not necessarily my app.
In a similar case where I can verify that the User Stories for my app are working properly and have been manually tested multiple times, is it OK to submit a project that has failed tests?