From fe2e31ed06161ef28dbf41440e499855ffd6e34a Mon Sep 17 00:00:00 2001 From: Gildas Garcia Date: Sun, 9 Jun 2019 13:16:21 +0200 Subject: [PATCH] Fix expand tests --- cypress/integration/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/list.js b/cypress/integration/list.js index b63a4196256..34e802ad0f1 100644 --- a/cypress/integration/list.js +++ b/cypress/integration/list.js @@ -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); }); });