Skip to content

Commit

Permalink
Fixed more lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clarissarichard committed Oct 23, 2023
1 parent 92a6128 commit 4152fa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playwright/support/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const elements = {
"first request button":
"[href='https://www.nypl.org/research/collections/shared-collection-catalog/hold/request/b10715506-i13895605']",
"delivery location heading": "h2:text('Choose a delivery location')",

/** ereader locators */
"Robot Soccer title": "//a[text()='Robot soccer'] >> nth=0",
"e-reader table of contents button": "[aria-label='Table of Contents']",
Expand Down Expand Up @@ -179,11 +179,11 @@ export const elements = {
"search header link": "#searchButton",
"search header label": "#searchInput-label",
"search header text field": "#searchInput",
"search books music movies radio button":
"search books music movies radio button":
"span:text('Search books, music, and movies')",
"search research catalog radio button":
"search research catalog radio button":
"span:text('Search the Research Catalog')",
"search library website radio button":
"search library website radio button":
"span:text('Search the library website')",
"search header button": "#search-btn",
"close search header link": "[aria-label='Close Search']",
Expand Down

0 comments on commit 4152fa8

Please sign in to comment.