aboutsummaryrefslogtreecommitdiffstats
path: root/.cypress/cypress/integration/highways.js
diff options
context:
space:
mode:
Diffstat (limited to '.cypress/cypress/integration/highways.js')
-rw-r--r--.cypress/cypress/integration/highways.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cypress/cypress/integration/highways.js b/.cypress/cypress/integration/highways.js
index 8494259c8..72438b820 100644
--- a/.cypress/cypress/integration/highways.js
+++ b/.cypress/cypress/integration/highways.js
@@ -9,7 +9,7 @@ describe('Highways England tests', function() {
cy.get('[name=pc]').type(Cypress.env('postcode'));
cy.get('[name=pc]').parents('form').submit();
cy.url().should('include', '/around');
- cy.get('#map_box').click(210, 200);
+ cy.get('#map_box').click(240, 249);
cy.wait('@report-ajax');
cy.wait('@highways-tilma');
cy.get('#highways').should('contain', 'M6');