Skip to content

Commit

Permalink
Adjust test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sviatlana-stsiapanava committed Feb 1, 2024
1 parent 1e0ed71 commit 877bc86
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ describe('Data Import', () => {
marc: 'marcAuthFileForC405522.mrc',
fileName: `C405522 testMarcFile${getRandomPostfix()}.mrc`,
jobProfileToRun: 'Default - Create SRS MARC Authority',
numOfRecords: 1,
};
let createdAuthorityID;
const searchRecordName = 'C405522 Gabaldon, Diana. Outlander novel.';
Expand Down Expand Up @@ -99,10 +98,9 @@ describe('Data Import', () => {
MarcAuthorityBrowse.searchBy(browseOption, searchRecordName);
MarcAuthorities.verifyResultsRowContent(searchRecordName, type, headingType);

ConsortiumManager.checkCurrentTenantInTopMenu(tenantNames.college);
ConsortiumManager.checkCurrentTenantInTopMenu(tenantNames.university);
ConsortiumManager.switchActiveAffiliation(tenantNames.university, tenantNames.college);
ConsortiumManager.checkCurrentTenantInTopMenu(tenantNames.college);

MarcAuthorities.checkDefaultSearchOptions(searchRecordName);
MarcAuthorities.searchBeats(searchRecordName);
MarcAuthorities.checkNoResultsMessage(
Expand Down

0 comments on commit 877bc86

Please sign in to comment.