diff --git a/cypress/integration/main-js.spec.js b/cypress/integration/main-js.spec.js index b89f9060..e7ebe167 100644 --- a/cypress/integration/main-js.spec.js +++ b/cypress/integration/main-js.spec.js @@ -31,7 +31,7 @@ describe('index.js (assets/scripts/main.js)', () => { cy.get('#dropdown .dropdown-toggle').should('contain', '$'); cy.get('#dropdown .dropdown-toggle') .parent() - .get('.dropdown-menu .dropdown-item:nth-child(2)') + .get('.currency-menu .dropdown-item:nth-child(2)') .click(); cy.get('#dropdown .dropdown-toggle') .parent()