mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
Use Rack::Test for feature spec to improve stability
This commit is contained in:
parent
752e595590
commit
8a49178311
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ feature 'School dashboard', type: feature do
|
|||
district_admin_sees_district_change
|
||||
end
|
||||
|
||||
scenario 'District Admin views a school dashboard', js: true do
|
||||
page.driver.basic_authorize(username, password)
|
||||
scenario 'District Admin views a school dashboard' do
|
||||
page.driver.browser.basic_authorize(username, password)
|
||||
|
||||
visit "/districts/#{district.slug}/schools/#{school.slug}/dashboard?year=#{ay_2020_21.range}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue