Qunit - tear down or bug in my code

For ease of writing acceptance tests (including robot) I added a hardcoded id to an input element. Now when I run my qunit suite I get told that it’s getting a duplicate id… am I doing something wrong either in my test or does it indicate I’m not handling something in the router/component connection correctly?