Skip to content

Commit

Permalink
update cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Nov 9, 2023
1 parent 723b543 commit 41fb15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('dashboard', () => {

// Link back to dashboard, submission visible in default program
cy.findByText('Back to state dashboard').should('exist').click()
cy.findByText('Dashboard').should('exist')
cy.findByText('Submissions Dashboard').should('exist')
// check the table of submissions--find a draft row, then the link in the ID column
cy.get('table')
.contains('span', 'Draft')
Expand Down

0 comments on commit 41fb15c

Please sign in to comment.