Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spitfire Poppy fixes #3192

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import getRandomPostfix, { randomFourDigitNumber } from '../../../support/utils/

describe('inventory', () => {
describe('Call Number Browse', () => {
const callNumberPostfix = randomFourDigitNumber();
const testData = {
localCNtypeName: `C405530 Local type ${randomFourDigitNumber()}`,
};
Expand Down Expand Up @@ -41,67 +42,67 @@ describe('inventory', () => {
];
const callNumbers = [
{
dewey: '338.530',
lc: 'F405.S35R53',
nlm: 'QS 504 B530f 1984',
sudoc: 'A93.27:530',
other: '7405-53.1',
local: 'Diss 405 NU 1998',
folio: 'Folio45531',
dewey: `338.530 ${callNumberPostfix}`,
lc: `F405.S35R53 ${callNumberPostfix}`,
nlm: `QS 504 B530f 1984 ${callNumberPostfix}`,
sudoc: `A93.27:530 ${callNumberPostfix}`,
other: `7405-53.1 ${callNumberPostfix}`,
local: `Diss 405 NU 1998 ${callNumberPostfix}`,
folio: `Folio45531 ${callNumberPostfix}`,
},
{
dewey: '574.0405',
lc: 'HD1405 .H36',
nlm: 'QU 57 A6405 2008',
sudoc: 'A93.40:AGES 55-30',
other: 'COP.QU.5.1989-2023',
local: 'Diss 530 NU 2003',
folio: 'Folio45532',
dewey: `574.0405 ${callNumberPostfix}`,
lc: `HD1405 .H36 ${callNumberPostfix}`,
nlm: `QU 57 A6405 2008 ${callNumberPostfix}`,
sudoc: `A93.40:AGES 55-30 ${callNumberPostfix}`,
other: `COP.QU.5.1989-2023 ${callNumberPostfix}`,
local: `Diss 530 NU 2003 ${callNumberPostfix}`,
folio: `Folio45532 ${callNumberPostfix}`,
},
{
dewey: '530.4',
lc: 'J40.U53 1998',
nlm: 'QZ 52 A530 1998',
sudoc: 'NS1.45:5/3',
other: 'COP.YZ.4.2005-405',
local: 'Diss 389 NU 1989',
folio: 'Folio45533',
dewey: `530.4 ${callNumberPostfix}`,
lc: `J40.U53 1998 ${callNumberPostfix}`,
nlm: `QZ 52 A530 1998 ${callNumberPostfix}`,
sudoc: `NS1.45:5/3 ${callNumberPostfix}`,
other: `COP.YZ.4.2005-405 ${callNumberPostfix}`,
local: `Diss 389 NU 1989 ${callNumberPostfix}`,
folio: `Folio45533 ${callNumberPostfix}`,
},
{
dewey: '614.405',
lc: 'PR6405.O96H43',
nlm: 'WB405 .I50 1990',
sudoc: 'Y1.4/5:98-530',
other: 'MG4-B0-55',
local: 'Diss 550 NU 2003',
folio: 'Folio45534',
dewey: `614.405 ${callNumberPostfix}`,
lc: `PR6405.O96H43 ${callNumberPostfix}`,
nlm: `WB405 .I50 1990 ${callNumberPostfix}`,
sudoc: `Y1.4/5:98-530 ${callNumberPostfix}`,
other: `MG4-B0-55 ${callNumberPostfix}`,
local: `Diss 550 NU 2003 ${callNumberPostfix}`,
folio: `Folio45534 ${callNumberPostfix}`,
},
{
dewey: '616.1530',
lc: 'PS3530.S6',
nlm: 'WH 165 M530a 1939',
sudoc: 'Y4.G45/7:T53/0',
other: 'RG 4 L5L',
local: 'Diss 455 NU 2018',
folio: 'Folio45535',
dewey: `616.1530 ${callNumberPostfix}`,
lc: `PS3530.S6 ${callNumberPostfix}`,
nlm: `WH 165 M530a 1939 ${callNumberPostfix}`,
sudoc: `Y4.G45/7:T53/0 ${callNumberPostfix}`,
other: `RG 4 L5L ${callNumberPostfix}`,
local: `Diss 455 NU 2018 ${callNumberPostfix}`,
folio: `Folio45535 ${callNumberPostfix}`,
},
{
dewey: '968.9530',
lc: 'RA405.I54 1987',
nlm: 'WT108 .G36530',
sudoc: 'Y4.G78/2:405-53',
other: 'RG40-A-5-c',
local: 'Diss 453 NU 2022',
folio: 'Folio45536',
dewey: `968.9530 ${callNumberPostfix}`,
lc: `RA405.I54 1987 ${callNumberPostfix}`,
nlm: `WT108 .G36530 ${callNumberPostfix}`,
sudoc: `Y4.G78/2:405-53 ${callNumberPostfix}`,
other: `RG40-A-5-c ${callNumberPostfix}`,
local: `Diss 453 NU 2022 ${callNumberPostfix}`,
folio: `Folio45536 ${callNumberPostfix}`,
},
{
dewey: '966.9405',
lc: 'S405.S9 A37',
nlm: 'WT 405 F829a 1977',
sudoc: 'Y4.J40/5:530-13',
other: 'RG4-D-5',
local: 'Diss 553 NU 2001',
folio: 'Folio45537',
dewey: `966.9405 ${callNumberPostfix}`,
lc: `S405.S9 A37 ${callNumberPostfix}`,
nlm: `WT 405 F829a 1977 ${callNumberPostfix}`,
sudoc: `Y4.J40/5:530-13 ${callNumberPostfix}`,
other: `RG4-D-5 ${callNumberPostfix}`,
local: `Diss 553 NU 2001 ${callNumberPostfix}`,
folio: `Folio45537 ${callNumberPostfix}`,
},
];

Expand Down
2 changes: 1 addition & 1 deletion cypress/support/fragments/marcAuthority/marcAuthority.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default {
cy.okapiRequest({
method: 'DELETE',
isDefaultSearchParamsRequired: false,
path: `records-editor/records/${internalAuthorityId}`,
path: `authority-storage/authorities/${internalAuthorityId}`,
});
},
addNewField: (rowIndex, tag, content, indicator0 = '\\', indicator1 = '\\') => {
Expand Down
Loading