diff options
Diffstat (limited to '.cypress/cypress/integration/responsive.js')
-rw-r--r-- | .cypress/cypress/integration/responsive.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cypress/cypress/integration/responsive.js b/.cypress/cypress/integration/responsive.js index 1a5540590..250ec49b7 100644 --- a/.cypress/cypress/integration/responsive.js +++ b/.cypress/cypress/integration/responsive.js @@ -34,7 +34,7 @@ describe('Around page responsive design tests', function() { cy.get('#map_links_toggle').should('not.be.visible'); cy.get('#map_box').click(200, 200); cy.get('#sub_map_links').should('not.be.visible'); - cy.get('#try_again').should('be.visible'); + cy.get('#problems_nearby').should('be.visible'); cy.get('#mob_ok').click(); cy.cleanUpXHR(); }); |