Skip to content

Commit 857f306

Browse files
authored
test: Update specs_list_e2e.cy.ts (#20151)
* Update specs_list_e2e.cy.ts * test: another commit because my first was not semantic
1 parent b6bba45 commit 857f306

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/app/cypress/e2e/specs_list_e2e.cy.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,17 @@ describe('App: Spec List (E2E)', () => {
3232
cy.get('[data-cy="spec-item"]').should('have.length', 1)
3333
.should('contain', 'dom-content.spec.js')
3434

35-
cy.get('button').contains('1 Match')
35+
cy.get('button').contains('1 of 3 Matches')
3636

3737
cy.get('input').clear().type('asdf', { force: true })
3838

3939
cy.get('[data-cy="spec-item"]').should('have.length', 0)
4040

41-
cy.get('button').contains('No Matches')
41+
cy.get('button').contains('0 of 3 Matches')
4242
})
4343

4444
// TODO: find a test project that shows git statuses
45-
it.skip('shows a git status for each spec', () => {
46-
47-
})
45+
it.skip('shows a git status for each spec', () => {})
4846

4947
it('collapses or expands folders when clicked, hiding or revealing the specs within it', () => {
5048
cy.get('[data-cy="spec-item"]').should('contain', 'dom-content.spec.js')

0 commit comments

Comments
 (0)