Commit f51ea06
committed
Remove skips from record controller tests
Why these changes are being introduced:
There were three record controller tests that had to be skipped due
to a data reload that was in process. That reload, which was
related to the access type values, is now complete, and the
corresponding UI code has been updated, so these tests will pass again.
Relevant ticket(s):
* [GDT-252](https://mitlibraries.atlassian.net/browse/GDT-252)
How this addresses that need:
This removes the skip statements from the tests in question, so they
will run again.
Side effects of this change:
None.1 parent 84d9194 commit f51ea06
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | | - | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
| |||
0 commit comments