mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fix: Flaky test might be related to not waiting for go button to appear. Add line to wait for go button
This commit is contained in:
parent
ebe28ed719
commit
a13d46354a
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ def go_to_school_overview_from_welcome_page(district, school)
|
|||
select school.name, from: 'school-dropdown'
|
||||
expect(page).to have_select('school', selected: 'Lee Elementary School')
|
||||
|
||||
expect(page).to have_xpath('//a[@class="mx-4 btn btn-secondary"]')
|
||||
click_on 'Go'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue