diff --git a/e2e/checklist.md b/e2e/checklist.md
index 50e2c7125d560b2ae8b8491a764a4e18f806f478..5e740efa83d8e722ee51853383ce0ece19bb25da 100644
--- a/e2e/checklist.md
+++ b/e2e/checklist.md
@@ -48,6 +48,20 @@
   - [ ] v4 are visible
   - [ ] on hover, show correct region name(s)
   - [ ] whole mesh loads
+
+## Pt Assignments
+
+- [ ] human MNI152 julich brain should work (statistical)
+- [ ] rat waxholm v4 should work (labelled)
+- [ ] csv can be downloaded
+- [ ] big brain & fsaverage *shouldn't* work
+
+## Download atlas
+
+- [ ] human MNI152 julich brain can be downloaded
+- [ ] human MNI152 julich brain hoc1 left can be downloaded
+- [ ] rat waxholm v4 can be downloaded
+
 ## saneURL
 - [ ] saneurl generation functions properly
   - [ ] try existing key (human), and get unavailable error
diff --git a/src/share/saneUrl/saneUrl.component.spec.ts b/src/share/saneUrl/saneUrl.component.spec.ts
index 982ecb76fb47ca954a5da6c9f5c792c69f3118ba..967039d1dd2e471203011fa575bf4e3d81fcd656 100644
--- a/src/share/saneUrl/saneUrl.component.spec.ts
+++ b/src/share/saneUrl/saneUrl.component.spec.ts
@@ -1,13 +1,13 @@
 import { TestBed, fakeAsync, tick, flush, ComponentFixture } from '@angular/core/testing'
 import { SaneUrl } from './saneUrl.component'
 import { By } from '@angular/platform-browser'
-import { BACKENDURL } from 'src/util/constants'
 import { NoopAnimationsModule } from '@angular/platform-browser/animations'
 import { SaneUrlSvc } from './saneUrl.service'
 import { AngularMaterialModule } from 'src/sharedModules'
 import { CUSTOM_ELEMENTS_SCHEMA, Directive } from '@angular/core'
 import { of, throwError } from 'rxjs'
 import { NotFoundError } from '../type'
+import { FormsModule } from '@angular/forms'
 
 const inputCss = `input[aria-label="Custom link"]`
 const submitCss = `button[aria-label="Create custom link"]`
@@ -34,6 +34,7 @@ describe('> saneUrl.component.ts', () => {
         imports: [
           NoopAnimationsModule,
           AngularMaterialModule,
+          FormsModule,
         ],
         providers: [
           {