X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/044b38e5fab5a1de96a648502de606559d49ae93..009e6267f7b7cf46be7958327d83e4cf261334b0:/test/details.js diff --git a/test/details.js b/test/details.js index a6fd5e5..377a1fd 100644 --- a/test/details.js +++ b/test/details.js @@ -155,7 +155,7 @@ describe('Details Page', function () { it('should display No Name, no keywords, no hierarchy', async function () { let page_content = await page.$eval('body', el => el.textContent); - assert.ok(page_content.includes('Name No Name')); + assert.ok(page_content.includes('NameNo Name')); if (!process.env.REVERSE_ONLY) { assert.ok(page_content.includes('Place has no keywords')); }