Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading