From 4152fa868c488166f982d2794ce8ac430ba0b0d8 Mon Sep 17 00:00:00 2001 From: clarissarichard <107963214+clarissarichard@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:40:14 -0400 Subject: [PATCH] Fixed more lint errors --- playwright/support/mappings.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playwright/support/mappings.ts b/playwright/support/mappings.ts index 7e9364af..2aa7d3b8 100644 --- a/playwright/support/mappings.ts +++ b/playwright/support/mappings.ts @@ -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']", @@ -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']",