Skip to content

Commit

Permalink
C380643
Browse files Browse the repository at this point in the history
  • Loading branch information
artsiomBandarenka committed Jan 11, 2024
1 parent edf72ee commit 6a5a242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -76,7 +76,7 @@ describe('MARC -> MARC Bibliographic -> Edit MARC bib', () => {

it(
'C380643 Editing imported "MARC Bibliographic" record with multiple "010" fields (spitfire) (TaaS)',
{ tags: ['extendedPath', 'spitfire'] },
{ tags: ['extendedPath', 'spitfire', 'nonParallel'] },
() => {
InventoryInstances.searchByTitle('C380643 The Journal of ecclesiastical history.');
InventoryInstances.selectInstance();
Expand Down Expand Up @@ -110,7 +110,7 @@ describe('MARC -> MARC Bibliographic -> Edit MARC bib', () => {

it(
'C380645 Edit "MARC Bibliographic" record with multiple "010" fields (spitfire) (TaaS)',
{ tags: ['extendedPath', 'spitfire'] },
{ tags: ['extendedPath', 'spitfire', 'nonParallel'] },
() => {
InventoryInstances.searchByTitle('C380645 The Journal of ecclesiastical history.');
InventoryInstances.selectInstance();
Expand Down
Expand Up @@ -128,7 +128,7 @@ describe('plug-in MARC authority | Browse', () => {

it(
'C365110 MARC Authority plug-in | Apply "Authority source" facet not from pre-defined list to the browse result list (spitfire) (TaaS)',
{ tags: ['extendedPath', 'spitfire'] },
{ tags: ['extendedPath', 'spitfire', 'nonParallel'] },
() => {
// #1 Create autority source
MarcAuthority.createAuthoritySource(testData.authoritySourceFile).then(() => {
Expand Down

0 comments on commit 6a5a242

Please sign in to comment.