Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelparris committed Apr 22, 2019
1 parent 744662d commit 2b84abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/cypress/integration/file-a-petition.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('can view case detail', () => {
});

it('shows docket record table and data', () => {
cy.get('table#docket-record tbody tr').should('exist');
cy.get('table.docket-record tbody tr').should('exist');
});

it('accordion header expands/collapses', () => {
Expand Down

0 comments on commit 2b84abf

Please sign in to comment.