]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
OSM node 3 is alive again, choose a different one to force failure (#164)
authormtmail <mtmail@gmx.net>
Thu, 14 Oct 2021 13:46:03 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 13:46:03 +0000 (15:46 +0200)
test/details.js

index 2f9f17496e242b6dafe454c82c718cdb72b0c9ed..4a137617e8c82c60b41f931629381fd3a08db924 100644 (file)
@@ -22,7 +22,7 @@ describe('Details Page', function () {
     before(async function () {
       page = await browser.newPage();
       await page.goto('http://localhost:9999/details.html');
-      await page.type('input[type=edit]', 'n3');
+      await page.type('input[type=edit]', 'N6');
       await page.click('button[type=submit]');
       await page.waitForSelector('#api-request');
     });