Add JS tests to verify school and district dropdowns.

This commit is contained in:
rebuilt 2021-10-08 22:56:37 +02:00
parent 2d4ba042f9
commit 6320d5633f
12 changed files with 219 additions and 74 deletions

View file

@ -34,5 +34,6 @@ Rails.application.routes.draw do
get '/admin', to: 'admin#index', as: 'admin'
post '/twilio', to: 'attempts#twilio'
get '/welcome', to: 'home#index'
root to: "welcome#index"
end