department-of-veterans-affairs / veterans-employment-center

Veterans Employment Center
https://www.vets.gov/veterans-employment-center
5 stars 4 forks source link

Fixing tests when no static content #245

Closed ayaleloehr closed 8 years ago

ayaleloehr commented 8 years ago

33 tests were broken from when I removed the static content. Thus far this PR fixes 19 of them. Of the remaining 14 broken tests, there are really only two types:

@cfeeney-va would love some help on this tomorrow if you have bandwidth. If so, let's sit down together to discuss!

ayaleloehr commented 8 years ago

@cfeeney-va PTAL.

Fixed the last tests by just adding in a stub of a job-seekers page. This stub won't actually be used in production, but since it seems from this issue that we will be reworking the search page anyways, this was a faster fix than editing all the search page tests just to edit them again later this week.

ayaleloehr commented 8 years ago

@cfeeney-va and I talked in person on this. She was rightfully concerned that it is not ideal to have the job_seekers static page in here when it's not actually used. Because the job_search page is likely about to get a large edit in the next week, however, it's not worth changing these tests yet, as they will need to be edited again then. Issue #247 has been created for this and needs to be closed prior to the C&E launch.

cfeeney-va commented 8 years ago

Thanks Alex! LGTM

emilyville commented 8 years ago

Seems like this is done, @cfeeney-va ?

cfeeney-va commented 8 years ago

yup, is merged and should be closed :)