mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
chore: get go button before trying to click it
This commit is contained in:
parent
66f78dadf9
commit
50213ef17e
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ describe('navigates the site', () => {
|
|||
cy.visit('/')
|
||||
cy.get("#school-dropdown").select('Abraham Lincoln Elementary School')
|
||||
cy.get("#school-dropdown").children("option[selected='selected']").should('have.text', 'Abraham Lincoln Elementary School')
|
||||
cy.get("a[href='/districts/lowell/schools/abraham-lincoln-elementary-school/overview?year=2023-24']")
|
||||
|
||||
cy.contains('Go').click()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue