Skip to content

Commit

Permalink
Fix main-js test not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mpourismaiel committed Jul 17, 2020
1 parent ac32de1 commit 1917f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/main-js.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1917f9a

Please sign in to comment.