mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
chore: turn off journey spec
This commit is contained in:
parent
3da6016635
commit
e7e2b801e9
1 changed files with 18 additions and 18 deletions
|
|
@ -12,27 +12,27 @@
|
|||
// https://on.cypress.io/introduction-to-cypress
|
||||
|
||||
describe('navigates the site', () => {
|
||||
it('displays the div containing the framework wheel', () => {
|
||||
cy.visit('/')
|
||||
cy.get('.framework-wheel-container').should('have.length', 1)
|
||||
})
|
||||
// it('displays the div containing the framework wheel', () => {
|
||||
// cy.visit('/')
|
||||
// cy.get('.framework-wheel-container').should('have.length', 1)
|
||||
// })
|
||||
|
||||
it('displays the title of the teachers and leadership accordion', () => {
|
||||
cy.visit('/')
|
||||
cy.get('[data-bs-target="#teachers-and-leadership-item"]').should('include.text', "Teachers & Leadership")
|
||||
})
|
||||
// it('displays the title of the teachers and leadership accordion', () => {
|
||||
// cy.visit('/')
|
||||
// cy.get('[data-bs-target="#teachers-and-leadership-item"]').should('include.text', "Teachers & Leadership")
|
||||
// })
|
||||
|
||||
it('shows schools when a district is selected', () => {
|
||||
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']")
|
||||
// it('shows schools when a district is selected', () => {
|
||||
// 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.get('#schools').within(($schools) => {
|
||||
cy.contains('Go').click()
|
||||
})
|
||||
cy.url().should('include', '/districts/lowell/schools/abraham-lincoln-elementary-school/overview?year=2023-24')
|
||||
})
|
||||
// cy.get('#schools').within(($schools) => {
|
||||
// cy.contains('Go').click()
|
||||
// })
|
||||
// cy.url().should('include', '/districts/lowell/schools/abraham-lincoln-elementary-school/overview?year=2023-24')
|
||||
// })
|
||||
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue