]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - test/details.js
correct various typos
[nominatim-ui.git] / test / details.js
index 9ff5b285a18a23a32e731d9a6e712f53567acfb3..2d1094d78f3cf59372c4287434de0c238a6b6910 100644 (file)
@@ -66,7 +66,7 @@ describe('Details Page', function () {
       assert.strictEqual((await page.$$eval(`a[href="${url}"]`, (links) => links.length)), 2);
     });
 
-    // Reverse-only installation have no search index, therefor no keywords
+    // Reverse-only installation have no search index, therefore no keywords
     if (!reverse_only) {
       it('should change url and add new header on clicking display keywords', async function () {
         let current_url;
@@ -91,7 +91,7 @@ describe('Details Page', function () {
     }
 
 
-    it('should support case-insenstive search, can navigate to new page', async function () {
+    it('should support case-insensitive search, can navigate to new page', async function () {
       let input_field = await page.$('input[type=edit]');
       await input_field.click({ clickCount: 3 });
       await input_field.type('w375257537');