From: Marc Tobias Date: Mon, 8 Aug 2022 01:35:13 +0000 (-0700) Subject: update a test after openstreetmap data changed X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/c5280eaadf70172943d72088c03f4dc508e3452e update a test after openstreetmap data changed --- diff --git a/test/details.js b/test/details.js index e543496..02b950b 100644 --- a/test/details.js +++ b/test/details.js @@ -83,7 +83,7 @@ describe('Details Page', function () { assert.deepStrictEqual(display_headers, ['Name Keywords', 'Address Keywords']); let page_content = await page.$eval('body', el => el.textContent); - assert.ok(page_content.includes('qwaansshe')); // one of the name keywords + assert.ok(page_content.includes('vadouz')); // one of the name keywords }); }