X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/f8e7737567b4d629cd3bc0524abdadcc06d7b3aa..96ab31ed748b19f76777a7442cfdbd07c9115af2:/test/details.js?ds=sidebyside 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')); }