Skip to content

Commit

Permalink
Fix expand tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gildas Garcia authored and djhi committed Jun 12, 2019
1 parent 7d535a8 commit fe2e31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('List Page', () => {
.should(el => expect(el).to.have.attr('aria-expanded', 'true'))
.should(el => expect(el).to.have.attr('aria-label', 'Close'));

cy.get('#13-expand').should(el => expect(el).to.exist);
cy.get('#12-expand').should(el => expect(el).to.exist);
});
});

Expand Down

0 comments on commit fe2e31e

Please sign in to comment.