In Java graded assignment 3 (techjobs-mvc-java-graded-17), TestTaskTwo.testJobListingDisplaysAllJobFields() fails if the learner completes bonus mission 3:
In the tables of the job results, make each value (except name) hyperlinked to a new listing of all jobs with that same value. For example, if we have a list of jobs with the JavaScript skill, clicking on a location value like Saint Louis will generate a new list with all the jobs available in that city.
PR #1 should resolve this issue.