From edf72ee6bf711332c37ddab6cbf3132689f102f6 Mon Sep 17 00:00:00 2001 From: "artsiom.bandarenka" Date: Thu, 11 Jan 2024 17:07:05 +0400 Subject: [PATCH 1/2] fix C400617 --- cypress/e2e/inventory/search/advanced-search-in-holdings.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/inventory/search/advanced-search-in-holdings.cy.js b/cypress/e2e/inventory/search/advanced-search-in-holdings.cy.js index 0c702990ab..c55390b0e6 100644 --- a/cypress/e2e/inventory/search/advanced-search-in-holdings.cy.js +++ b/cypress/e2e/inventory/search/advanced-search-in-holdings.cy.js @@ -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 From 6a5a2428ed51f437129e0db25b76b99c186e7742 Mon Sep 17 00:00:00 2001 From: "artsiom.bandarenka" Date: Thu, 11 Jan 2024 22:52:01 +0400 Subject: [PATCH 2/2] C380643 --- .../edit-marc-bib-with-multiple-010-fields.cy.js | 4 ++-- .../plug-in-marc-authority-browse-not-predefined-facet.cy.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/edit-marc-bib-with-multiple-010-fields.cy.js b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/edit-marc-bib-with-multiple-010-fields.cy.js index a6a02e457f..7a07080e45 100644 --- a/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/edit-marc-bib-with-multiple-010-fields.cy.js +++ b/cypress/e2e/marc/marc-bibliographic/edit-marc-bib/edit-marc-bib-with-multiple-010-fields.cy.js @@ -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(); @@ -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(); diff --git a/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-browse/plug-in-marc-authority-browse-not-predefined-facet.cy.js b/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-browse/plug-in-marc-authority-browse-not-predefined-facet.cy.js index 884997d3b7..815cbdf35a 100644 --- a/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-browse/plug-in-marc-authority-browse-not-predefined-facet.cy.js +++ b/cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-browse/plug-in-marc-authority-browse-not-predefined-facet.cy.js @@ -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(() => {