diff --git a/cypress/e2e/eholdings/title+package/edit-proxy-selection-for-title-in-package.cy.js b/cypress/e2e/eholdings/title+package/edit-proxy-selection-for-title-in-package.cy.js index d2125f4987..ac3721e9e4 100644 --- a/cypress/e2e/eholdings/title+package/edit-proxy-selection-for-title-in-package.cy.js +++ b/cypress/e2e/eholdings/title+package/edit-proxy-selection-for-title-in-package.cy.js @@ -9,11 +9,16 @@ describe('eHoldings', () => { const testData = { resourcePath: '/resources/38-467-103587', titleName: 'Fashion Theory', - noneProxy: 'Inherited - None', + noneProxy: 'None', + defaultProxy: null, + firstProxy: null, }; before('Create user and login', () => { cy.getAdminToken(); + cy.getEholdingsProxiesViaAPI().then((proxies) => { + testData.defaultProxy = proxies.find((proxy) => proxy.includes('Inherited')); + }); cy.createTempUser([ Permissions.uieHoldingsRecordsEdit.gui, Permissions.uieHoldingsPackageTitleSelectUnselect.gui, @@ -58,17 +63,20 @@ describe('eHoldings', () => { cy.wait(1000); EHoldingsResourceView.verifyProxy(testData.firstProxy); - EHoldingsResourceView.verifyProxiedURL(); - - EHoldingsResourceView.verifyProxiedURLLink(); + if (testData.firstProxy.includes(testData.noneProxy)) EHoldingsResourceView.verifyProxiedURLNotDisplayed(); + else { + EHoldingsResourceView.verifyProxiedURL(); + EHoldingsResourceView.verifyProxiedURLLink(); + } }); EHoldingsResourceView.removeTitleFromHolding(); cy.wait(1000); EHoldingsResourceView.checkHoldingStatus('Not selected'); EHoldingsResourceView.verifyResourceSettingsAccordion(); - EHoldingsResourceView.verifyProxy(testData.noneProxy); - EHoldingsResourceView.verifyProxiedURLNotDisplayed(); + EHoldingsResourceView.verifyProxy(testData.defaultProxy); + if (testData.defaultProxy.includes(testData.noneProxy)) EHoldingsResourceView.verifyProxiedURLNotDisplayed(); + else EHoldingsResourceView.verifyProxiedURL(); }, ); }); diff --git a/cypress/e2e/eureka/consortia/users/unassign-user-roles-member.cy.js b/cypress/e2e/eureka/consortia/users/unassign-user-roles-member.cy.js index 3ce47ca987..0e5f542a12 100644 --- a/cypress/e2e/eureka/consortia/users/unassign-user-roles-member.cy.js +++ b/cypress/e2e/eureka/consortia/users/unassign-user-roles-member.cy.js @@ -84,8 +84,6 @@ describe('Eureka', () => { cy.login(testUser.username, testUser.password); TopMenuNavigation.navigateToApp(APPLICATION_NAMES.USERS); Users.waitLoading(); - cy.reload(); - Users.waitLoading(); }, 20_000); ConsortiumManager.switchActiveAffiliation(tenantNames.central, tenantNames.college); Users.waitLoading(); diff --git a/cypress/e2e/inventory/search-in-select-instance-plugin/filters/plug-in-instance-filter-by-format.cy.js b/cypress/e2e/inventory/search-in-select-instance-plugin/filters/plug-in-instance-filter-by-format.cy.js index 667f9569b4..8dc188833c 100644 --- a/cypress/e2e/inventory/search-in-select-instance-plugin/filters/plug-in-instance-filter-by-format.cy.js +++ b/cypress/e2e/inventory/search-in-select-instance-plugin/filters/plug-in-instance-filter-by-format.cy.js @@ -126,7 +126,9 @@ describe('Inventory', () => { InventorySearchAndFilter.toggleAccordionByName(formatAccordionName); SelectInstanceModal.checkOptionsWithCountersExistInAccordion(formatAccordionName); + cy.intercept('/search/instances?*').as('searchInstances0'); SelectInstanceModal.searchByName(instanceTitlePrefix); + cy.wait('@searchInstances0').its('response.statusCode').should('eq', 200); instanceTitles.forEach((title) => { InventorySearchAndFilter.verifySearchResult(title); }); diff --git a/cypress/e2e/inventory/subject-browse/display-records-with-same-values-in-subject-field-and-linked-to-different-record.cy.js b/cypress/e2e/inventory/subject-browse/display-records-with-same-values-in-subject-field-and-linked-to-different-record.cy.js index 0bb3b99741..325893d6ca 100644 --- a/cypress/e2e/inventory/subject-browse/display-records-with-same-values-in-subject-field-and-linked-to-different-record.cy.js +++ b/cypress/e2e/inventory/subject-browse/display-records-with-same-values-in-subject-field-and-linked-to-different-record.cy.js @@ -125,7 +125,6 @@ describe('Inventory', () => { cy.createTempUser([Permissions.inventoryAll.gui]).then((userProperties) => { testData.user = userProperties; }); - cy.logout(); }); }); @@ -150,7 +149,8 @@ describe('Inventory', () => { }, 20_000); InventorySearchAndFilter.selectBrowseSubjects(); - BrowseSubjects.waitForSubjectToAppear(testData.searchAuthorityQueries[0], true, true); + BrowseSubjects.waitForSubjectToAppear(testData.searchAuthorityQueries[0], true, true, 2); + cy.wait(10_000); // to make sure BOTH subjects are indexed as linked InventorySearchAndFilter.browseSearch(testData.browseQueries[0]); BrowseSubjects.checkAuthorityIconAndValueDisplayedForRow( 5, diff --git a/cypress/e2e/marc/marc-authority/browse-authority-records/marc-authority-browse-corporate-conference-name.cy.js b/cypress/e2e/marc/marc-authority/browse-authority-records/marc-authority-browse-corporate-conference-name.cy.js index d7512926f9..101c73b396 100644 --- a/cypress/e2e/marc/marc-authority/browse-authority-records/marc-authority-browse-corporate-conference-name.cy.js +++ b/cypress/e2e/marc/marc-authority/browse-authority-records/marc-authority-browse-corporate-conference-name.cy.js @@ -17,26 +17,26 @@ const propertyName = 'authority'; const browseQuery = 'C409476'; const authorizedCorporate = - 'C409476 Corporate name 110 Apple & Honey Productions subb subc subd subg subn subv subx suby subz'; + 'C409476 Corporate name 110 Apple & Honey Productions subb subc subd subg subn--subv--subx--suby--subz'; const referenceCorporate = - 'C409476 Corporate name 410 Apple and Honey Productions subb subc subd subg subn subv subx suby subz'; + 'C409476 Corporate name 410 Apple and Honey Productions subb subc subd subg subn--subv--subx--suby--subz'; const authRefCorporate = - 'C409476 Corporate name 510 Apple & Honey Film Corp. subb subc subd subg subn subv subx suby subz'; + 'C409476 Corporate name 510 Apple & Honey Film Corp. subb subc subd subg subn--subv--subx--suby--subz'; const authorizedConference = - 'C409476 Conference Name 111 Western Region Agricultural Education Research Meeting subc subd subn subq subg subv subx suby subz'; + 'C409476 Conference Name 111 Western Region Agricultural Education Research Meeting subc subd subn subq subg--subv--subx--suby--subz'; const referenceConference = - 'C409476 Conference Name 411 Western Regional Agricultural Education Research Meeting subc subd subn subq subg subv subx suby subz'; + 'C409476 Conference Name 411 Western Regional Agricultural Education Research Meeting subc subd subn subq subg--subv--subx--suby--subz'; const authRefConference = - 'C409476 Conference Name 511 Western Region Agricultural Education Research Seminar (1983- ) subc subd subn subq subg subv subx suby subz'; + 'C409476 Conference Name 511 Western Region Agricultural Education Research Seminar (1983- ) subc subd subn subq subg--subv--subx--suby--subz'; const authorizedCorporateInvalid = - 'C409476 Corporate name 110 Apple & Honey Productions subb subc subd subg subn subk subv subx suby subz'; + 'C409476 Corporate name 110 Apple & Honey Productions subb subc subd subg subn subk--subv--subx--suby--subz'; const referenceCorporateInvalid = - 'C409476 Corporate name 410 Apple and Honey Productions subb subc subd subg subn subk subv subx suby subz'; + 'C409476 Corporate name 410 Apple and Honey Productions subb subc subd subg subn subk--subv--subx--suby--subz'; const authorizedConferenceInvalid = - 'C409476 Conference Name 111 Western Region Agricultural Education Research Meeting subc subd subn subq subg subk subv subx suby subz'; + 'C409476 Conference Name 111 Western Region Agricultural Education Research Meeting subc subd subn subq subg subk--subv--subx--suby--subz'; const referenceConferenceInvalid = - 'C409476 Conference Name 411 Western Regional Agricultural Education Research Meeting subc subd subn subq subg subk subv subx suby subz'; + 'C409476 Conference Name 411 Western Regional Agricultural Education Research Meeting subc subd subn subq subg subk--subv--subx--suby--subz'; const corporateOrConferenceTypes = ['Corporate Name', 'Conference Name']; const permissions = [Permissions.uiMarcAuthoritiesAuthorityRecordView.gui]; diff --git a/cypress/e2e/marc/marc-authority/modify-marc-auth-record-of-deleted-user.cy.js b/cypress/e2e/marc/marc-authority/modify-marc-auth-record-of-deleted-user.cy.js index 0eb9c94de6..fb08cef0e7 100644 --- a/cypress/e2e/marc/marc-authority/modify-marc-auth-record-of-deleted-user.cy.js +++ b/cypress/e2e/marc/marc-authority/modify-marc-auth-record-of-deleted-user.cy.js @@ -1,8 +1,6 @@ import { DEFAULT_JOB_PROFILE_NAMES, APPLICATION_NAMES } from '../../../support/constants'; import Permissions from '../../../support/dictionary/permissions'; import DataImport from '../../../support/fragments/data_import/dataImport'; -import JobProfiles from '../../../support/fragments/data_import/job_profiles/jobProfiles'; -import Logs from '../../../support/fragments/data_import/logs/logs'; import MarcAuthorities from '../../../support/fragments/marcAuthority/marcAuthorities'; import MarcAuthority from '../../../support/fragments/marcAuthority/marcAuthority'; import QuickMarcEditor from '../../../support/fragments/quickMarcEditor'; @@ -16,9 +14,12 @@ describe('MARC', () => { describe('MARC Authority', () => { const testData = { searchOption: 'Keyword', - marcValue: 'Cartoons & Comics', - valueForUpdate: '$a Cartoons & Animations', - valueAfterUpdate: 'Cartoons & Animations', + marcValueC358994: 'C358994 Cartoons & Comics', + valueForUpdateC358994: '$a C358994 Cartoons & Animations', + valueAfterUpdateC358994: 'C358994 Cartoons & Animations', + marcValueC358995: 'C358995 Cartoons & Books', + valueForUpdateC358995: '$a C358995 Cartoons & Journals', + valueAfterUpdateC358995: 'C358995 Cartoons & Journals', calloutMessage: 'This record has successfully saved and is in process. Changes may not appear immediately.', }; @@ -30,7 +31,13 @@ describe('MARC', () => { marc: 'marcAuthFileForC358994.mrc', fileName: `C358994testMarcFile.${getRandomPostfix()}.mrc`, jobProfileToRun: DEFAULT_JOB_PROFILE_NAMES.CREATE_AUTHORITY, - numOfRecords: 1, + propertyName: 'authority', + }, + { + marc: 'marcAuthFileForC358995.mrc', + fileName: `C358995testMarcFile.${getRandomPostfix()}.mrc`, + jobProfileToRun: DEFAULT_JOB_PROFILE_NAMES.CREATE_AUTHORITY, + propertyName: 'authority', }, ]; @@ -38,7 +45,10 @@ describe('MARC', () => { before('Creating user', () => { cy.getAdminToken(); - MarcAuthorities.deleteMarcAuthorityByTitleViaAPI(testData.marcValue); + MarcAuthorities.deleteMarcAuthorityByTitleViaAPI(testData.marcValueC358994); + MarcAuthorities.deleteMarcAuthorityByTitleViaAPI(testData.valueAfterUpdateC358994); + MarcAuthorities.deleteMarcAuthorityByTitleViaAPI(testData.marcValueC358995); + MarcAuthorities.deleteMarcAuthorityByTitleViaAPI(testData.valueAfterUpdateC358995); cy.createTempUser([ Permissions.moduleDataImportEnabled.gui, @@ -49,25 +59,16 @@ describe('MARC', () => { .then((createdUserProperties) => { user.userAProperties = createdUserProperties; + cy.getToken(user.userAProperties.username, user.userAProperties.password); marcFiles.forEach((marcFile) => { - cy.login(user.userAProperties.username, user.userAProperties.password, { - path: TopMenu.dataImportPath, - waiter: DataImport.waitLoading, - authRefresh: true, - }).then(() => { - DataImport.verifyUploadState(); - DataImport.uploadFile(marcFile.marc, marcFile.fileName); - JobProfiles.waitLoadingList(); - JobProfiles.search(marcFile.jobProfileToRun); - JobProfiles.runImportFile(); - Logs.waitFileIsImported(marcFile.fileName); - Logs.checkStatusOfJobProfile('Completed'); - Logs.openFileDetails(marcFile.fileName); - for (let i = 0; i < marcFile.numOfRecords; i++) { - Logs.getCreatedItemsID(i).then((link) => { - createdAuthorityIDs.push(link.split('/')[5]); - }); - } + DataImport.uploadFileViaApi( + marcFile.marc, + marcFile.fileName, + marcFile.jobProfileToRun, + ).then((response) => { + response.forEach((record) => { + createdAuthorityIDs.push(record[marcFile.propertyName].id); + }); }); }); }) @@ -99,7 +100,9 @@ describe('MARC', () => { after('Deleting created user', () => { cy.getAdminToken(); Users.deleteViaApi(user.userBProperties.userId); - MarcAuthority.deleteViaAPI(createdAuthorityIDs[0]); + createdAuthorityIDs.forEach((id) => { + MarcAuthority.deleteViaAPI(id, true); + }); }); it( @@ -118,13 +121,13 @@ describe('MARC', () => { `User ${user.userAProperties.username}, ${user.userCProperties.preferredFirstName} testMiddleName deleted successfully.`, ); TopMenuNavigation.navigateToApp(APPLICATION_NAMES.MARC_AUTHORITY); - MarcAuthorities.searchBy(testData.searchOption, testData.marcValue); - MarcAuthorities.selectTitle(testData.marcValue); + MarcAuthorities.searchBy(testData.searchOption, testData.marcValueC358994); + MarcAuthorities.selectTitle(testData.marcValueC358994); MarcAuthority.edit(); - QuickMarcEditor.updateExistingFieldContent(7, testData.valueForUpdate); + QuickMarcEditor.updateExistingFieldContent(7, testData.valueForUpdateC358994); QuickMarcEditor.pressSaveAndCloseButton(); QuickMarcEditor.checkCallout(testData.calloutMessage); - MarcAuthorities.checkDetailViewIncludesText(testData.valueAfterUpdate); + MarcAuthorities.checkDetailViewIncludesText(testData.valueAfterUpdateC358994); }, ); @@ -132,24 +135,22 @@ describe('MARC', () => { 'C358995 Verify that user has access to "quickMARC" when user who edited MARC record has been deleted (spitfire)', { tags: ['criticalPath', 'spitfire', 'C358995'] }, () => { - cy.waitForAuthRefresh(() => { - cy.login(user.userCProperties.username, user.userCProperties.password, { - path: TopMenu.marcAuthorities, - waiter: MarcAuthorities.waitLoading, - }); + cy.login(user.userCProperties.username, user.userCProperties.password, { + path: TopMenu.marcAuthorities, + waiter: MarcAuthorities.waitLoading, + authRefresh: true, }); - MarcAuthorities.searchBy(testData.searchOption, testData.valueAfterUpdate); - MarcAuthorities.selectTitle(testData.valueAfterUpdate); + MarcAuthorities.searchBy(testData.searchOption, testData.marcValueC358995); + MarcAuthorities.selectTitle(testData.marcValueC358995); MarcAuthority.edit(); - QuickMarcEditor.updateExistingFieldContent(7, `$a ${testData.marcValue}`); + QuickMarcEditor.updateExistingFieldContent(7, testData.valueForUpdateC358995); QuickMarcEditor.pressSaveAndCloseButton(); QuickMarcEditor.checkCallout(testData.calloutMessage); - MarcAuthorities.checkRecordDetailPageMarkedValue(testData.marcValue); - cy.waitForAuthRefresh(() => { - cy.login(user.userBProperties.username, user.userBProperties.password, { - path: TopMenu.usersPath, - waiter: UsersSearchPane.waitLoading, - }); + MarcAuthorities.checkRecordDetailPageMarkedValue(testData.valueAfterUpdateC358995); + cy.login(user.userBProperties.username, user.userBProperties.password, { + path: TopMenu.usersPath, + waiter: UsersSearchPane.waitLoading, + authRefresh: true, }); UsersSearchPane.searchByUsername(user.userCProperties.username); UsersSearchPane.openUser(user.userCProperties.username); @@ -159,13 +160,13 @@ describe('MARC', () => { ); TopMenuNavigation.navigateToApp(APPLICATION_NAMES.MARC_AUTHORITY); - MarcAuthorities.searchBy(testData.searchOption, testData.marcValue); - MarcAuthorities.selectTitle(testData.marcValue); + MarcAuthorities.searchBy(testData.searchOption, testData.valueAfterUpdateC358995); + MarcAuthorities.selectTitle(testData.valueAfterUpdateC358995); MarcAuthority.edit(); - QuickMarcEditor.updateExistingFieldContent(7, testData.valueForUpdate); + QuickMarcEditor.updateExistingFieldContent(7, `$a ${testData.marcValueC358995}`); QuickMarcEditor.pressSaveAndCloseButton(); QuickMarcEditor.checkCallout(testData.calloutMessage); - MarcAuthorities.checkDetailViewIncludesText(testData.valueAfterUpdate); + MarcAuthorities.checkDetailViewIncludesText(testData.marcValueC358995); }, ); }); diff --git a/cypress/e2e/marc/marc-bibliographic/create-new-marc-bib/automated-linking/auto-linking-pre-defined-linkable-fields.cy.js b/cypress/e2e/marc/marc-bibliographic/create-new-marc-bib/automated-linking/auto-linking-pre-defined-linkable-fields.cy.js index 16240cdbce..3ab5abfe0d 100644 --- a/cypress/e2e/marc/marc-bibliographic/create-new-marc-bib/automated-linking/auto-linking-pre-defined-linkable-fields.cy.js +++ b/cypress/e2e/marc/marc-bibliographic/create-new-marc-bib/automated-linking/auto-linking-pre-defined-linkable-fields.cy.js @@ -174,7 +174,7 @@ describe('MARC', () => { query: `${query} and (authRefType=="Authorized")`, }).then((records) => { records.forEach((record) => { - MarcAuthority.deleteViaAPI(record.id); + MarcAuthority.deleteViaAPI(record.id, true); }); }); }); diff --git a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField111-with-wrong-record.cy.js b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField111-with-wrong-record.cy.js index bdc88d5067..6a7079ac13 100644 --- a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField111-with-wrong-record.cy.js +++ b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField111-with-wrong-record.cy.js @@ -115,14 +115,11 @@ describe('MARC', () => { }); }); }); - cy.waitForAuthRefresh(() => { - cy.login(testData.userProperties.username, testData.userProperties.password, { - path: TopMenu.inventoryPath, - waiter: InventoryInstances.waitContentLoading, - }); - cy.reload(); - InventoryInstances.waitContentLoading(); - }, 20_000); + cy.login(testData.userProperties.username, testData.userProperties.password, { + path: TopMenu.inventoryPath, + waiter: InventoryInstances.waitContentLoading, + authRefresh: true, + }); }); }); @@ -130,7 +127,7 @@ describe('MARC', () => { cy.getAdminToken(); Users.deleteViaApi(testData.userProperties.userId); createdRecordIDs.forEach((id, index) => { - if (index) MarcAuthority.deleteViaAPI(id); + if (index) MarcAuthority.deleteViaAPI(id, true); }); }); diff --git a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField611-with-wrong-record.cy.js b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField611-with-wrong-record.cy.js index f2a905c5f7..dd97748f52 100644 --- a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField611-with-wrong-record.cy.js +++ b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField611-with-wrong-record.cy.js @@ -121,8 +121,6 @@ describe('MARC', () => { path: TopMenu.inventoryPath, waiter: InventoryInstances.waitContentLoading, }); - cy.reload(); - InventoryInstances.waitContentLoading(); }, 20_000); }); }); @@ -131,7 +129,7 @@ describe('MARC', () => { cy.getAdminToken(); Users.deleteViaApi(testData.userProperties.userId); createdRecordIDs.forEach((id, index) => { - if (index) MarcAuthority.deleteViaAPI(id); + if (index) MarcAuthority.deleteViaAPI(id, true); else InventoryInstance.deleteInstanceViaApi(id); }); }); diff --git a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField730-with-wrong-record.cy.js b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField730-with-wrong-record.cy.js index e138ceb29a..d3a5409301 100644 --- a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField730-with-wrong-record.cy.js +++ b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/manual-linking/user-can't-link-bibField730-with-wrong-record.cy.js @@ -130,8 +130,6 @@ describe('MARC', () => { path: TopMenu.inventoryPath, waiter: InventoryInstances.waitContentLoading, }); - cy.reload(); - InventoryInstances.waitContentLoading(); }, 20_000); }); }); diff --git a/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-marc-authority-search.cy.js b/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-marc-authority-search.cy.js index 1da93885f2..36f0d2cf1a 100644 --- a/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-marc-authority-search.cy.js +++ b/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-marc-authority-search.cy.js @@ -577,8 +577,8 @@ describe('MARC', () => { testData.forC359230.typeOfHeadingB, testData.forC359230.typeOfHeadingC, ); - const title = interception.response.body.authorities[0].headingRef; - MarcAuthorities.selectTitle(title); + const heading = interception.response.body.authorities[0].headingRef; + MarcAuthorities.selectNthResultWithHeading(heading); MarcAuthorities.verifyViewPaneContentExists(); MarcAuthorities.searchBy(testData.forC359230.searchOptionB, '*'); MarcAuthorities.checkSingleHeadingType( diff --git a/cypress/e2e/settings/tenant/create-custom-package-with-not-english-session-locale.cy.js b/cypress/e2e/settings/tenant/create-custom-package-with-not-english-session-locale.cy.js index eac8a18bb1..b545121ea5 100644 --- a/cypress/e2e/settings/tenant/create-custom-package-with-not-english-session-locale.cy.js +++ b/cypress/e2e/settings/tenant/create-custom-package-with-not-english-session-locale.cy.js @@ -40,6 +40,7 @@ describe('eHoldings', () => { cy.login(testData.user.username, testData.user.password, { path: SettingsMenu.tenantPath, waiter: TenantPane.waitLoading, + authRefresh: true, }); }); }); diff --git a/cypress/fixtures/marcAuthFileForC358994.mrc b/cypress/fixtures/marcAuthFileForC358994.mrc index 949898dbce..0daa5b759e 100644 --- a/cypress/fixtures/marcAuthFileForC358994.mrc +++ b/cypress/fixtures/marcAuthFileForC358994.mrc @@ -1 +1 @@ -00531cz a2200205n 4500001000800000005001700008008004100025010001700066035002300083040002500106130002200131430003000153430002400183643002400207644001100231645001100242646001100253670005200264953000900316103569220081219072118.0831017n| acaabaaan |a ana  an 83700634  a(OCoLC)oca01040186 aDLCbengcDLCdOCoLC 0aCartoons & Comics 0aReihe "Cartoons & Comics" 0aCartoons und Comics aZürichbEdition C af5DLC at5DLC as5DLC aGrasso, M. Sati(e)risches, 1982:bp. 1 of cover aec29 \ No newline at end of file +00539cz a2200205n 4500001000800000005001700008008004100025010001700066035002300083040002500106130003000131430003000161430002400191643002400215644001100239645001100250646001100261670005200272953000900324103569220081219072118.0831017n| acaabaaan |a ana  an 83700634  a(OCoLC)oca01040186 aDLCbengcDLCdOCoLC 0aC358994 Cartoons & Comics 0aReihe "Cartoons & Comics" 0aCartoons und Comics aZürichbEdition C af5DLC at5DLC as5DLC aGrasso, M. Sati(e)risches, 1982:bp. 1 of cover aec29 \ No newline at end of file diff --git a/cypress/fixtures/marcAuthFileForC358995.mrc b/cypress/fixtures/marcAuthFileForC358995.mrc new file mode 100644 index 0000000000..2a3a1d327d --- /dev/null +++ b/cypress/fixtures/marcAuthFileForC358995.mrc @@ -0,0 +1 @@ +00462cz a2200181n 45000010009000000050017000090080041000260100018000670350023000850400025001081300029001336430024001626440011001866450011001976460011002086700052002199530009002711035692320081219072118.0831017n| acaabaaan |a ana  an 837006343  a(OCoLC)oca01040186 aDLCbengcDLCdOCoLC 0aC358995 Cartoons & Books aZürichbEdition C af5DLC at5DLC as5DLC aGrasso, M. Sati(e)risches, 1982:bp. 1 of cover aec29 \ No newline at end of file diff --git a/cypress/fixtures/marcAuthFileForC380451.mrc b/cypress/fixtures/marcAuthFileForC380451.mrc index fe74f9707e..f43d9796d4 100644 --- a/cypress/fixtures/marcAuthFileForC380451.mrc +++ b/cypress/fixtures/marcAuthFileForC380451.mrc @@ -1 +1 @@ -00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380451 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380451 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380451 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380451 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380451 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380451 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380451 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380451 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380451 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400418cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151001800147550002200165781001600187906001800203953001500221470925320120326095037.0860211|| anannbabn |a ana  ash 850578917 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380451 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file +00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380451 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380451 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380451 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380451 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380451 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380451 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380451 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380451 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00517nz a2200193n 450000100130000000500170001300800410003001000210007103500210009203500150011303500220012804000230015005300150017315000370018855000200022555000160024566700380026167000240029911664738451220210718060308.0860211 | anbnnbabn |b ana  asj20210536644512 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aMontessori method of education 2 wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380451 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400418cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151001800147550002200165781001600187906001800203953001500221470925320120326095037.0860211|| anannbabn |a ana  ash 850578917 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380451 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes.02993cz a2200301n 4500001001700000003000400017008004100021005001700062010003900079040003500118155001900153455002000172455002000192455002800212455004500240455004100285455004500326455004500371555002300416670021200439670041900651670009601070670101901166670013002185670009702315670019902412680008002611gf20110264394513DLC110507|| anznnbabn |a ana 20220830075325.6 agf20110264394513zsh20070252554513 aDLCbengcDLCflcgftdDLCdWaU aPeplum films 2 aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file diff --git a/cypress/fixtures/marcAuthFileForC380456.mrc b/cypress/fixtures/marcAuthFileForC380456.mrc index 118022fd7a..5ecfddc04f 100644 --- a/cypress/fixtures/marcAuthFileForC380456.mrc +++ b/cypress/fixtures/marcAuthFileForC380456.mrc @@ -1 +1 @@ -00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380456 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380456 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380456 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380456 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380456 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380456 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380456 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380456 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380456 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400418cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151001800147550002200165781001600187906001800203953001500221470925320120326095037.0860211|| anannbabn |a ana  ash 850578914 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380456 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file +00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380456 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380456 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380456 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380456 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380456 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380456 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380456 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00399cz a2200133n 4500001001600000003000400016008004100020005001700061010002000078040001800098130002000116670007900136670005000215n 800269804561DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 800269804561 aDLCcDLCdDLC 0aMarvel comics 2 aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380456 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00517nz a2200193n 450000100130000000500170001300800410003001000210007103500210009203500150011303500220012804000230015005300150017315000370018855000200022555000160024566700380026167000240029911664738456220210718060308.0860211 | anbnnbabn |b ana  asj20210536644562 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aMontessori method of education 2 wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380456 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400426cz a2200181n 45000010012000000050017000120080041000290100021000700350021000910350015001120400018001270530010001451510018001555500022001737810016001959060018002119530015002294709253453320120326095037.0860211|| anannbabn |a ana  ash 8505789144563 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380456 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes.02993cz a2200301n 4500001001700000003000400017008004100021005001700062010003900079040003500118155001900153455002000172455002000192455002800212455004500240455004100285455004500326455004500371555002300416670021200439670041900651670009601070670101901166670013002185670009702315670019902412680008002611gf20110264394564DLC110507|| anznnbabn |a ana 20220830075325.6 agf20110264394564zsh20070252554564 aDLCbengcDLCflcgftdDLCdWaU aPeplum films 2 aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file diff --git a/cypress/fixtures/marcAuthFileForC380464.mrc b/cypress/fixtures/marcAuthFileForC380464.mrc index e24b1c568d..5bd75fdeff 100644 --- a/cypress/fixtures/marcAuthFileForC380464.mrc +++ b/cypress/fixtures/marcAuthFileForC380464.mrc @@ -1 +1 @@ -00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380464 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380464 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380464 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380464 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380464 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380464 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380464 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380464 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380464 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400418cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151001800147550002200165781001600187906001800203953001500221470925320120326095037.0860211|| anannbabn |a ana  ash 850578902 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380464 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file +00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380464 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380464 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380464 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380464 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380464 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380464 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380464 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380464 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00517nz a2200193n 450000100130000000500170001300800410003001000210007103500210009203500150011303500220012804000230015005300150017315000370018855000200022555000160024566700380026167000240029911664738464220210718060308.0860211 | anbnnbabn |b ana  asj20210536644642 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aMontessori method of education 2 wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380464 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400426cz a2200181n 45000010012000000050017000120080041000290100021000700350021000910350015001120400018001270530010001451510018001555500022001737810016001959060018002119530015002294709253464320120326095037.0860211|| anannbabn |a ana  ash 8505789024643 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380464 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes.02993cz a2200301n 4500001001700000003000400017008004100021005001700062010003900079040003500118155001900153455002000172455002000192455002800212455004500240455004100285455004500326455004500371555002300416670021200439670041900651670009601070670101901166670013002185670009702315670019902412680008002611gf20110264394644DLC110507|| anznnbabn |a ana 20220830075325.6 agf20110264394644zsh20070252554644 aDLCbengcDLCflcgftdDLCdWaU aPeplum films 2 aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file diff --git a/cypress/fixtures/marcAuthFileForC380467.mrc b/cypress/fixtures/marcAuthFileForC380467.mrc index 9a1387540f..e57f8609cc 100644 --- a/cypress/fixtures/marcAuthFileForC380467.mrc +++ b/cypress/fixtures/marcAuthFileForC380467.mrc @@ -1 +1 @@ -00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380467 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380467 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380467 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380467 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380467 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380467 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380467 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380467 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380467 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380467 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file +00451cz a2200157n 4500001001300000003000400013008004100017005001700058010001700075035002300092040002300115046001300138100002900151670005800180670005500238n 79061096 DLC790730n| acannaabn |n aaa 20220830055439.8 an 79061096  a(OCoLC)oca00294116 aDLCbengcDLCdIEN f191602261 aC380467 Stone, Robert B. aPaul, S. The complete book of home modernizing, 1953. aInfo. converted from 678, 2012-10-27b(b. 2/26/16)03738cz a2200493n 450000100070000000500170000700800410002401000310006502400620009602400630015802400560022102400440027702401170032102400550043803500230049304000430051604600150055910000690057437001100064338000690075338000730082238000950089538000840099038000790107438000680115338000770122138600820129838600760138040000840145640000570154040000470159740000780164450001650172250001570188753001880204453001870223266700970241967001340251667000790265067000420272967003980277167000600316995300150322950080420200229074540.0791115n| azannaabn |a aaa  an 79132705 zn 79125030 7 aQ2154102wikidata1http://www.wikidata.org/entity/Q2154108 1http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn7 a1788061362viaf1http://www.viaf.org/viaf/1788061368 1http://worldcat.org/entity/work/id/61327 acdd30e78-a598-45b0-b2ec-6f72c5b41a3c2musicb1http://musicbrainz.org/work/cdd30e78-a598-45b0-b2ec-6f72c5b41a3c#_7 a13561102fast0http://id.worldcat.org/fast/1356110 a(OCoLC)oca00364098 aDLCbengerdacDLCdDLCdOrUdDLCdWaU k18842edtf1 aC380467 Twain, Mark,d1835-1910.tAdventures of Huckleberry Finn gUnited States2naf0http://id.loc.gov/authorities/names/n780953301http://id.loc.gov/rwo/agents/n78095330 aFiction2lcsh0http://id.loc.gov/authorities/subjects/sh85048050 aNovels2lcgft0http://id.loc.gov/authorities/genreForms/gf2015026020 aAction and adventure fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026217 aSatirical fiction2lcgft0http://id.loc.gov/authorities/genreForms/gf2018026115 aAdventure stories2lcsh0http://id.loc.gov/authorities/subjects/sh85001072 aSatire2lcsh0http://id.loc.gov/authorities/subjects/sh85117645 aSocial satire2lcsh0http://id.loc.gov/authorities/subjects/sh2008009879 aAmericans2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg2015060001 aMen2lcdgt0http://id.loc.gov/authorities/demographicTerms/dg20150603591 aTwain, Mark,d1835-1910.tAdventures of Huckleberry Finn (Tom Sawyer's comrade)1 aTwain, Mark,d1835-1910.tAnnotated Huckleberry Finn1 aTwain, Mark,d1835-1910.tHuckleberry Finn1 aTwain, Mark,d1835-1910.tMark Twain's The adventures of Huckleberry Finn1 wriAuthor:aTwain, Mark,d1835-19100http://id.loc.gov/authorities/names/n790211641http://id.loc.gov/rwo/agents/n790211641http://www.wikidata.org/entity/Q72451 wriSequel to:aTwain, Mark,d1835-1910.tAdventures of Tom Sawyer0http://id.loc.gov/authorities/names/n791327041http://www.wikidata.org/entity/Q326914 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1939)0http://id.loc.gov/authorities/names/no20141119841http://www.wikidata.org/entity/Q2472318 0wriAdapted as motion picture (work):aAdventures of Huckleberry Finn (Motion picture : 1960)0http://id.loc.gov/authorities/names/no20141115351http://www.wikidata.org/entity/Q319115 aURIs added to this record for the PCC URI MARC Pilot. Please do not remove or edit the URIs. aHis Tom Sawyer and Huckleberry Finn, 1979, c1980:bt.p. (containing the complete texts of ... The adventures of Huckleberry Finn) aTwain, M. The adventures of Huckleberry Finn (Tom Sawyer's comrade), 1884. aThe annotated Huckleberry Finn, 1981. aWikipedia, August 22, 2014b(Adventures of Huckleberry Finn (or, in more recent editions, The Adventures of Huckleberry Finn) is a novel by Mark Twain, first published in the United Kingdom in December 1884 and in the United States in February 1885; a direct sequel to The Adventures of Tom Sawyer; genre: Satirical novel; an often scathing satire on entrenched attitudes, particularly racism) aMark Twain's The adventures of Huckleberry Finn, c1975. abe20blk1900766cz a2200217n 4500001001300000003000400013005001700017008004100034010001700075035002300092040002500115110005000140410004000190410004200230410004300272410004500315410004400360410005000404410004100454510005300495n 82145547 DLC20090101072028.0830120n| acannaabn |a ana  an 82145547  a(OCoLC)oca00841634 aDLCbengcDLCdOCoLC1 aC380467 Catalonia (Spain).bMozos de Escuadra1 wnnaaaCatalonia.bMozos de Escuadra1 aCatalonia (Spain).bMossos d'Esquadra1 aCatalonia (Spain).bEscuadra, Mozos de1 aCatalonia (Spain).bMossos de l'Esquadra1 aCatalonia (Spain).bCuerpo de Escuadras1 aCatalonia (Spain).bFusileros de la Montaña2 aMozos de Escuadra (Catalonia, Spain)1 aBarcelona (Spain : Province).bMozos de Escuadra00932nz a2200193n 450000100070000000500170000700800410002401000170006503500240008203500210010604000110012711000490013841000480018741000250023551000510026067004030031195300090071498500150072337201419960326113109.4960325n| acannaab |a ana c ano 96015218  a(OCoLC)oca04042166  a(DLC)no 96015218 aMHcMH10aC380467 United States.tTruth in Lending Act10aUnited States.tPublic Law 90-321.nTitle I10aUnited States.tTILA10aUnited States.tConsumer Credit Protection Act aTruth in lending, 1995:bp. 34 (signed 1968 as Title I of Consumer Credit Protection Act; TILA; some courts use "Truth in Lending Act" and "Consumer Credit Protection Act" interchangeably, though inaccurate and confusing) p. 526 (The Truth in Lending Act; Pub. L. No. 90-321 (May 29, 1968), as amended by ... Pub. L. 96-221 (Mar. 31, 1980) and other acts through Pub. L. No. 104-29 (Sept. 30, 1995) axx00 cOCLCeLSPC01031cz a2200169n 4500001000800000005001700008008004100025010001700066035002300083040002300106111007300129511007100202511006200273667009500335670012900430675030200559900934520120820081718.0120605n| acannaabn |a ana c ano2012077746 a(OCoLC)oca09217880 aOkSbengcOkSdDLC2 aC380467 Western Region Research Conference in Agricultural Education2 waaWestern Region Agricultural Education Research Seminar (1983- )2 wbaWestern Region Agricultural Education Research Meeting aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aWestern Region Research Conference in Agricultural Education, 1984:bcover (held Oklahoma City, Oklahoma, April 23-24, 1984) aSecond annual Western Region Agricultural Education Research Seminar, 1983: t.p (held April 19, 1983, Rio Rico, Arizona)aEducational excellence for the no. 1 industry "agriculture," 1985: cover (Western Region 4th Annual Agricultural Education Research Meeting; held April 17, 1985, Boise, Idaho)00835cz a2200169n 4500001000800000005001700008008004100025010001700066035002100083040002300104111009600127411012400223411013800347667009500485670007600580953000900656100635620120801075424.0820614n| acannaab |a ana  an 82081184  a(DLC)n 82081184 aDLCbengcDLCdDLC2 aC380467 Geophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tProceedings.kSelections2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)t21. Geophysikalisches Symposium der Sozialistischen Länder2 aGeophysical Symposiumn(21st :d1976 :cLeipzig, Germany)tEinundzwanzigstes Geophysikalisches Symposium der Sozialistischen Länder aTHIS 1XX FIELD CANNOT BE USED UNDER RDA UNTIL THIS RECORD HAS BEEN REVIEWED AND/OR UPDATED aIts 21. Geophysikalisches Symposium der Sozialistischen Länder, 1978. aec1100399cz a2200133n 4500001001300000003000400013008004100017005001700058010001700075040001800092130002600110670007900136670005000215n 80026980 DLC800331n| acannaab| |n ana ||| 20220816153125.5 an 80026980  aDLCcDLCdDLC 0aC380467 Marvel comics aData from Tales of suspense ... [FS] 1979 (a.e.)b(Marvel classics comics) aSci. fic. encyclopedia, 1979b(Marvel comics)00515nz a2200193n 45000010009000000050017000090080041000260100017000670350021000840350015001050350022001200400023001420530015001651500043001805500020002235500016002436670038002596700024002971166473820210718060308.0860211 | anbnnbabn |b ana  asj2021053664 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aC380467 Montessori method of education wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00517nz a2200193n 450000100130000000500170001300800410003001000210007103500210009203500150011303500220012804000230015005300150017315000370018855000200022555000160024566700380026167000240029911664738467120210718060308.0860211 | anbnnbabn |b ana  asj20210536644671 a(DLC)sh 85087063 a(DLC)84102 a(DLC)sj2021053664 aDLCbengcDLCdDLC 0aLB1029.M75 aMontessori method of education 2 wgaKindergarten wgaTeaching aMachine-derived authority record. aTen red rods, 1980.00424cz a2200181n 4500001000800000005001700008008004100025010001700066035002100083035001500104040001800119053001000137151002400147550002200171781001600193906001800209953001500227470925320120326095037.0860211|| anannbabn |a ana  ash 85057894  a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aC380467 Gulf Stream wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1400425cz a2200181n 45000010012000000050017000120080041000290100020000700350021000900350015001110400018001260530010001441510018001545500022001727810016001949060018002109530015002284709253467220120326095037.0860211|| anannbabn |a ana  ash 850578944672 a(DLC)sh 85057894 a(DLC)55938 aDLCcDLCdDLC 0aGC296 aGulf Stream 2 wgaOcean currents 0zGulf Stream t64--u----v0 axx00btd1402987cz a2200301n 4500001001300000003000400013008004100017005001700058010003100075040003500106155002500141455002000166455002000186455002800206455004500234455004100279455004500320455004500365555002300410670021200433670041900645670009601064670101901160670013002179670009702309670019902406680008002605gf2011026439DLC110507|| anznnbabn |a ana 20220830075325.6 agf2011026439zsh2007025255 aDLCbengcDLCflcgftdDLCdWaU aC380467 Peplum films aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes.02993cz a2200301n 4500001001700000003000400017008004100021005001700062010003900079040003500118155001900153455002000172455002000192455002800212455004500240455004100285455004500326455004500371555002300416670021200439670041900651670009601070670101901166670013002185670009702315670019902412680008002611gf20110264394673DLC110507|| anznnbabn |a ana 20220830075325.6 agf20110264394673zsh20070252554673 aDLCbengcDLCflcgftdDLCdWaU aPeplum films 2 aGladiator films aMuscleman films aPepla (Motion pictures) aSandal-and-spear epics (Motion pictures) aSex-and-sand epics (Motion pictures) aSpear-and-sandal epics (Motion pictures) aSword-and-sandal epics (Motion pictures) wgaMotion pictures aWork cat.: Gladiator (Motion picture : 2000). Gladiator, 2003b(summary: When a Roman general is betrayed and his family murdered by an emperor's corrupt son, he comes to Rome as a gladiator to seek revenge) aLópez, D. Films by genre, ©1993b(Peplum (Sex-and-Sand Epic, S & S Movie); Peplums are minor epics featuring mythological, biblical, and Italian-created strongmen elevated to the category of popular heroes: Hercules, Maciste, Ursus, Samson, Goliath, Taur; has also been referred to as sword-and-sandal epic, sandal-and-spear/s epic, spear-and-sandal epic, cloak-and sandal, gladiator, and muscle/muscleman epic) aMoving image genre-form guide via WWW, July 19, 2007:b(peplum: see Ancient world; Fantasy) aThe Mondo-Esoterica guide to the peplum, via WWW, May 2, 2018b(term Peplum most commonly applied to the mass of muscle-man movies that sprung up in the 1960s after the success of Hercules (1958). However, like most euro-cult expressions it has become confused and re-used heavily down the years, most often interchangably with the generic term "Sword and Sandal" leading to many American made films being rather incorrectly classified as Pepla; incorporating the traditional muscleman films as well as historical epics and adventure pictures with a classical/ancient setting (from Ancient Egypt through to around 700 AD) but not including more modern-set historical epics and muscleman films or the Biblical epics of which the Italians shot many during the 1960s; The Peplum should also not be confused with the later "Sword and Scorcery" genre that arose from the success of Conan the Barbarian (1982) and although there is a lot of overlap, the latter distinctly employed more high fantasy and magical elements) aOf muscles and men : essays on the sword and sandal film, ©2011:bp. 5 (the peplum; pepla; peplum or sword and sandal films) aGünsberg, M. Italian cinema : gender and genre, 2005:bp. 17 (peplum films) p. 103 (pepla) aGoogle, July 14, 2018:b(peplum films: 18,100 hits; cloak-and-sandal films: 2 hits; muscleman films: 419 hits; pepla: 28,500 hits; sex-and-sand epics: 213 hits; Spear-and-sandal epics: 197 hits) iFilms that feature mythological, biblical, or invented strongmen as heroes. \ No newline at end of file diff --git a/cypress/support/fragments/inventory/search/browseSubjects.js b/cypress/support/fragments/inventory/search/browseSubjects.js index fa951b00a0..f43b0fb1a7 100644 --- a/cypress/support/fragments/inventory/search/browseSubjects.js +++ b/cypress/support/fragments/inventory/search/browseSubjects.js @@ -324,12 +324,17 @@ export default { ); }, - waitForSubjectToAppear(subjectName, isPresent = true, isLinked = false) { + waitForSubjectToAppear(subjectName, isPresent = true, isLinked = false, quantity) { const hasLinkedItem = (items) => { return items.some((item) => { return item.authorityId && item.authorityId !== ''; }); }; + const hasNotLinkedItem = (items) => { + return items.some((item) => { + return !item.authorityId || item.authorityId === ''; + }); + }; return cy.recurse( () => { return cy.okapiRequest({ @@ -339,18 +344,23 @@ export default { query: `(value>="${subjectName.replace(/"/g, '""')}")`, }, isDefaultSearchParamsRequired: false, + failOnStatusCode: false, }); }, (response) => { const foundSubjects = response.body.items.filter((item) => { return item.value === subjectName; }); - + const quantityCondition = foundSubjects.length === quantity; if (isPresent) { if (isLinked) { - return hasLinkedItem(foundSubjects); + return quantity + ? quantityCondition && hasLinkedItem(foundSubjects) + : hasLinkedItem(foundSubjects); } else { - return foundSubjects.length > 0 && !hasLinkedItem(foundSubjects); + return quantity + ? quantityCondition && hasNotLinkedItem(foundSubjects) + : hasNotLinkedItem(foundSubjects); } } else { return foundSubjects.length === 0; diff --git a/cypress/support/fragments/marcAuthority/marcAuthorities.js b/cypress/support/fragments/marcAuthority/marcAuthorities.js index 9e3cc79c1a..5b8e298e44 100644 --- a/cypress/support/fragments/marcAuthority/marcAuthorities.js +++ b/cypress/support/fragments/marcAuthority/marcAuthorities.js @@ -1881,4 +1881,11 @@ export default { return cy.wrap(!isDisabled); }); }, + + selectNthResultWithHeading: (heading, index = 0) => { + cy.expect(MultiColumnListCell(heading).exists()); + cy.xpath( + `(//div[contains(@class, "mclCell-")]/button[text()="${heading}"])[${index + 1}]`, + ).click(); + }, }; diff --git a/cypress/support/fragments/orders/modals/selectInstanceModal.js b/cypress/support/fragments/orders/modals/selectInstanceModal.js index 84d25e9b78..5def9549fc 100644 --- a/cypress/support/fragments/orders/modals/selectInstanceModal.js +++ b/cypress/support/fragments/orders/modals/selectInstanceModal.js @@ -347,7 +347,9 @@ export default { const escapedValue = optionName.replace(/[-.*+?^${}()|[\]\\]/g, '\\$&'); cy.do(multiSelect.open()); cy.wait(1_000); + cy.intercept('/search/instances?*').as('searchInstances'); cy.do(MultiSelectOption(matching(new RegExp(`^${escapedValue}\\(\\d+\\)$`))).clickSegment()); + cy.wait('@searchInstances').its('response.statusCode').should('eq', 200); }, typeValueInMultiSelectFilterFieldAndCheck(accordionName, value, isFound = true, foundCount = 1) {