Skip to content

Commit

Permalink
Merge pull request #1357 from psu-libraries/display-loc
Browse files Browse the repository at this point in the history
add display locations
  • Loading branch information
Smullz622 authored Nov 19, 2024
2 parents 99ff251 + 573cf17 commit 003dafa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
36 changes: 24 additions & 12 deletions app/javascript/availability/libraries_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,34 @@
"DISABILITY": "Adaptive Technology and Services, 113W Pattee",
"DISC-DN": "Dickinson Law (Carlisle) - CD/DVD Collection",
"DISCOVERAB": "Abington - Discovery Zone",
"DISPLAY-AA": "Altoona - Display - 2nd Floor",
"DISPLAY-BD": "Behrend - On display",
"DISPLAY-BK": "Berks - Display",
"DISPLAY-BR": "Beaver - Display",
"DISPLAY-DN": "Dickinson Law (Carlisle) - Faculty Display",
"DISPLAY-DP": "Penn State Law (UP) - Faculty Display Case",
"DISPLAY-DS": "DuBois - Display",
"DISPLAY-ED": "Paterno - 5th Floor - Education Library Displays",
"DISPLAY-EG": "Engineering Library Display",
"DISPLAY-FE": "Fayette - New Titles or Featured Display Titles",
"DISPLAY-AA": "Altoona - On Display",
"DISPLAY-AB": "Abington - On Display",
"DISPLAY-AC": "Architecture - On Display",
"DISPLAY-BD": "Behrend - On Display",
"DISPLAY-BK": "Berks - On Display",
"DISPLAY-BR": "Beaver - On Display",
"DISPLAY-DE": "Brandywine - On Display",
"DISPLAY-DN": "Dickinson Law - On Display",
"DISPLAY-DP": "Penn State Law (University Park) - On Display",
"DISPLAY-DS": "Dubois - On Display",
"DISPLAY-ED": "Education Library - On Display",
"DISPLAY-EG": "Engineering Library - On Display",
"DISPLAY-EM": "Earth and Mineral Sciences Library - On Display",
"DISPLAY-FE": "Fayette - On Display",
"DISPLAY-GV": "Great Valley - On Display",
"DISPLAY-HY": "Hershey (College of Medicine), Display Case - In-Library Use",
"DISPLAY-HB": "Harrisburg - On Display",
"DISPLAY-HN": "Hazleton - On Display",
"DISPLAY-HY": "Hershey Medical - On Display",
"DISPLAY-LV": "Lehigh Valley - On Display",
"DISPLAY-MA": "Mont Alto - On Display",
"DISPLAY-MK": "Greater Allegheny - On Display",
"DISPLAY-NK": "New Kensington - On Display",
"DISPLAY-SV": "Shenango - Display Case",
"DISPLAY-PM": "Physical and Mathematical Sciences Library - On Display",
"DISPLAY-SL": "Schuykill - On Display",
"DISPLAY-SV": "Shenango - On Display",
"DISPLAY-WB": "Wilkes Barre - On Display",
"DISPLAY-WS": "Scranton - On Display",
"DISPLAY-YK": "York - On Display",
"DISPLAY": "On Display - Ask at Service Desk",
"DOC-CENSUS": "Paterno - 2nd Floor - Census - In-Library Use",
"DOC-INTL": "Paterno - 2nd Floor - International Documents",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ describe('when the item is not related to ILL or AEON', () => {
const holdingData = { libraryID: 'BEAVER', locationID: 'DISPLAY-BR' };
const { getByText } = render(<LocationInfo holding={holdingData} />);

expect(getByText('Beaver - Display')).toBeInTheDocument();
expect(getByText('Beaver - On Display')).toBeInTheDocument();
});
});

0 comments on commit 003dafa

Please sign in to comment.