From 823fa7927e4d7b1ca2c446d78725f422f5cee150 Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Tue, 6 Aug 2024 10:15:20 -0400 Subject: [PATCH] Addressed comments and updated Crawl Delay --- nuxt.config.ts | 2 +- pages/data/index.vue | 2 +- tests/cypress/e2e/databrowser.cy.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 408ca224..892d11a6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -227,6 +227,6 @@ export default defineNuxtConfig({ '/news-and-events/community-spotlight/submit' ], blockNonSeoBots: true, - crawlDelay: 3600 + crawlDelay: 60 } }) diff --git a/pages/data/index.vue b/pages/data/index.vue index 53f45ccd..242914d6 100644 --- a/pages/data/index.vue +++ b/pages/data/index.vue @@ -36,7 +36,7 @@
Search within category
- diff --git a/tests/cypress/e2e/databrowser.cy.js b/tests/cypress/e2e/databrowser.cy.js index 5a678124..f594a2a5 100644 --- a/tests/cypress/e2e/databrowser.cy.js +++ b/tests/cypress/e2e/databrowser.cy.js @@ -121,7 +121,7 @@ browseCategories.forEach((category, bcIndex) => { searchKeywords.forEach((keyword) => { it(`Keyword Search - ${keyword}`, function () { - cy.get('.el-input__inner').should('have.attr', 'placeholder', 'Enter search criteria. i.e. PI/Researcher name or other keywords.') + cy.get('.el-input__inner').should('have.attr', 'placeholder', 'Enter search criteria (e.g., researcher name or other keywords)') // Type keyword cy.get('.el-input__inner').clear()