Skip to content

Commit

Permalink
test: fix NetworkError on desktop edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rosejbon committed Sep 20, 2023
1 parent b6e1c71 commit 90a6b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/desktop/edit.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Edit page tests', () => {
});

it('should update the location of the toilet through a location search', () => {
cy.visit('loos/e0ba1aeea36ecf58d5ae6dd2/edit').wait(500);
cy.visit('loos/e0ba1aeea36ecf58d5ae6dd2/edit');
cy.findByPlaceholderText('Search location…').type('birmingham');
cy.get('#search-results-item-0').click();
cy.wait(500);
Expand Down

0 comments on commit 90a6b3f

Please sign in to comment.