Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

FIX-C400617 (spitfire) (TaaS) #3063

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -104,7 +104,7 @@ describe('inventory', () => {
// #2 Click on "Advanced search" button
InventoryInstances.clickAdvSearchButton();
// #3 - #5 Check advanced search dropdowns, including operator, search modifier and search option
InventoryInstances.checkAdvSearchInstancesModalFields(0, 'Holdings');
InventoryInstances.checkAdvSearchHoldingsModalFields(0);
// #6 Click on "X" icon in the upper left corner of the modal
InventoryInstances.clickCloseBtnInAdvSearchModal();
// "Advanced search" modal window is closed
Expand Down
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