Skip to content

Commit

Permalink
SFR-2076/pw_test_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan1229 committed Jul 31, 2024
1 parent 8b15b26 commit c50efad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Add error page for /read links with invalid source
- Implement "Read Online" for UP items
- SFR-2032: Update local API url

- SFR-2076: Fix DRB PW Regression Tests

## [0.18.1]

Expand Down
3 changes: 1 addition & 2 deletions playwright/support/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ export const elements = {

/** footer locators */
"accessibility footer link": "//a[@href='http://www.nypl.org/accessibility']",
"press footer link":
"//a[@href='http://www.nypl.org/help/about-nypl/media-center']",
"press footer link": "//a[@href='http://www.nypl.org/press']",
"careers footer link": "//a[@href='http://www.nypl.org/careers']",
"space rental footer link": "//a[@href='http://www.nypl.org/spacerental']",
"privacy policy footer link":
Expand Down

0 comments on commit c50efad

Please sign in to comment.