Skip to content

Commit

Permalink
C374158: refresh waiter added
Browse files Browse the repository at this point in the history
  • Loading branch information
zentestuken committed Jan 28, 2025
1 parent d11a903 commit c9698d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ describe('MARC', () => {
MarcAuthorities.searchBy('Keyword', marcFiles[1].updatedAuthorityHeading);
MarcAuthorities.checkResultList([marcFiles[1].updatedAuthorityHeading]);
MarcAuthorities.verifyNumberOfTitles(5, '1');
cy.reload();
cy.wait('@/authn/refresh', { timeout: 20000 });
MarcAuthorities.clickOnNumberOfTitlesLink(5, '1');
InventoryInstance.waitInstanceRecordViewOpened(marcFiles[0].instanceTitle);
InventoryInstance.verifyRecordStatus(testData.autoUpdateUserName);
Expand Down

0 comments on commit c9698d8

Please sign in to comment.