From 2398dd9a48bfd88f251023c09853ab04189d7436 Mon Sep 17 00:00:00 2001 From: Valery Pilko Date: Mon, 2 Mar 2026 22:23:01 +0400 Subject: [PATCH] FAT-23683 Sunflower Ids update --- .../marc-authority-csv-report-when-edited-deleted-user.cy.js | 4 ++-- .../marc-authority-reporting-api.cy.js | 4 ++-- .../marc-authority-reporting-controlled-updated-heading.cy.js | 4 ++-- .../reporting-marc-authority/marc-authority-reporting.cy.js | 4 ++-- .../marc-autority-reporting-updated-heading.cy.js | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-csv-report-when-edited-deleted-user.cy.js b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-csv-report-when-edited-deleted-user.cy.js index 750b99e0f9..e1360f6a30 100644 --- a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-csv-report-when-edited-deleted-user.cy.js +++ b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-csv-report-when-edited-deleted-user.cy.js @@ -120,8 +120,8 @@ describe('MARC', () => { }); it( - 'C378894 "MARC authority headings updates (CSV)" report generated when user who made updates was deleted (spitfire)', - { tags: ['extendedPath', 'spitfire', 'C378894'] }, + 'C1030820 "MARC authority headings updates (CSV)" report generated when user who made updates was deleted (spitfire)', + { tags: ['extendedPath', 'spitfire', 'C1030820'] }, () => { cy.login(user1.username, user1.password, { path: TopMenu.marcAuthorities, diff --git a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-api.cy.js b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-api.cy.js index 639ecf569a..96cffa5b9a 100644 --- a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-api.cy.js +++ b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-api.cy.js @@ -132,8 +132,8 @@ describe('MARC', () => { }); it( - 'C380529 Data for "MARC authority headings updates (CSV)" report includes data on several heading updates for the same "MARC authority" record (spitfire)', - { tags: ['criticalPath', 'spitfire', 'C380529'] }, + 'C1030821 Data for "MARC authority headings updates (CSV)" report includes data on several heading updates for the same "MARC authority" record (spitfire)', + { tags: ['criticalPath', 'spitfire', 'C1030821'] }, () => { const expectedFirstUpdateData = { naturalIdOld: marcFiles[1].authority010FieldValue, diff --git a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-controlled-updated-heading.cy.js b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-controlled-updated-heading.cy.js index 18cec8dcb8..4d8e2e6586 100644 --- a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-controlled-updated-heading.cy.js +++ b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting-controlled-updated-heading.cy.js @@ -114,8 +114,8 @@ describe('MARC', () => { }); it( - 'C380531 Data for "MARC authority headings updates (CSV)" report is generated for controlling record with updated heading ("$0"="001") (spitfire) (TaaS)', - { tags: ['extendedPath', 'spitfire', 'C380531'] }, + 'C1030822 Data for "MARC authority headings updates (CSV)" report is generated for controlling record with updated heading ("$0"="001") (spitfire) (TaaS)', + { tags: ['extendedPath', 'spitfire', 'C1030822'] }, () => { const expectedFirstUpdateData = { naturalIdOld: marcFiles[1].authority010FieldValue, diff --git a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting.cy.js b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting.cy.js index b53719ba5a..55f1c1b224 100644 --- a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting.cy.js +++ b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-authority-reporting.cy.js @@ -96,8 +96,8 @@ describe('MARC', () => { }); it( - 'C375231 "MARC authority headings updates (CSV)" report includes correct number of linked "MARC bib" records (spitfire)', - { tags: ['smoke', 'spitfire', 'shiftLeftBroken', 'C375231'] }, + 'C1030817 "MARC authority headings updates (CSV)" report includes correct number of linked "MARC bib" records (spitfire)', + { tags: ['smoke', 'spitfire', 'shiftLeftBroken', 'C1030817'] }, () => { const dataForC375231 = [ { diff --git a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-autority-reporting-updated-heading.cy.js b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-autority-reporting-updated-heading.cy.js index 38e15117a6..758db42414 100644 --- a/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-autority-reporting-updated-heading.cy.js +++ b/cypress/e2e/marc/marc-authority/reporting-marc-authority/marc-autority-reporting-updated-heading.cy.js @@ -141,8 +141,8 @@ describe('MARC', () => { }); it( - 'C375220 "MARC authority headings updates (CSV)" report is generated for controlling record with updated heading ("$0"="001") (spitfire) (TaaS)', - { tags: ['extendedPath', 'spitfire', 'C375220'] }, + 'C1030816 "MARC authority headings updates (CSV)" report is generated for controlling record with updated heading ("$0"="001") (spitfire) (TaaS)', + { tags: ['extendedPath', 'spitfire', 'C1030816'] }, () => { MarcAuthorities.searchBy(testData.searchOption, testData.title); MarcAuthoritiesSearch.selectAuthorityByIndex(0);