Skip to content

Commit

Permalink
Corrected lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
clarissarichard committed Apr 8, 2024
1 parent 0c69bba commit 1c1abae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright/support/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export const elements = {
"catalog header link": "span:text('Go To The Catalog')",
"research catalog header link": "span:text('Go To The Research Catalog')",
"close my account header link": "[aria-label='Close']",
"locations header link": "[href='https://www.nypl.org/locations']:text('Locations')",
"locations header link":
"[href='https://www.nypl.org/locations']:text('Locations')",
"library card header link": "[href='https://www.nypl.org/library-card/new']",
"email updates header link":
"[href='https://pub.email.nypl.org/subscriptioncenter']",
Expand Down

0 comments on commit 1c1abae

Please sign in to comment.