From: mtmail Date: Thu, 14 Oct 2021 13:46:03 +0000 (+0200) Subject: OSM node 3 is alive again, choose a different one to force failure (#164) X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/3fdeee714c2075bbc5ba5f091ec3436def62c035?ds=inline OSM node 3 is alive again, choose a different one to force failure (#164) --- diff --git a/test/details.js b/test/details.js index 2f9f174..4a13761 100644 --- a/test/details.js +++ b/test/details.js @@ -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'); });