Skip to content

Commit

Permalink
Addressed comments and updated Crawl Delay
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Aug 6, 2024
1 parent 22e25e1 commit 823fa79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ export default defineNuxtConfig({
'/news-and-events/community-spotlight/submit'
],
blockNonSeoBots: true,
crawlDelay: 3600
crawlDelay: 60
}
})
2 changes: 1 addition & 1 deletion pages/data/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="body1 mb-8">
Search within category
</div>
<search-controls-contentful class="search-bar" placeholder="Enter search criteria. i.e. PI/Researcher name or other keywords." :path="$route.path"
<search-controls-contentful class="search-bar" placeholder="Enter search criteria (e.g., researcher name or other keywords)" :path="$route.path"
showSearchText />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/e2e/databrowser.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 823fa79

Please sign in to comment.