Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5e81d7a

Browse files
committed
Final testing for Fall release, updated Cypress test
1 parent e058649 commit 5e81d7a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cypress/integration/browse-projects-direct-nav.spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ describe('browse projects page tests (direct nav)', () => {
1919
// aliasing the api endpoint route and passing that alias to wait looks the most promising:
2020
// https://docs.cypress.io/api/commands/wait.html#Alias
2121
// https://docs.cypress.io/api/commands/route.html#Examples
22-
.wait(3000)
23-
.get('.usa-card')
22+
.get('.filter-tags')
2423
.each(item => {
2524
cy.wrap(item).within(() => {
26-
cy.contains('div > ul > li', /html/i).should('exist')
25+
cy.contains('button', /html/i).should('exist')
2726
})
2827
})
2928
})

0 commit comments

Comments
 (0)