Skip to content

Commit

Permalink
Stabilize the test case C356820
Browse files Browse the repository at this point in the history
  • Loading branch information
sviatlana-stsiapanava committed Sep 23, 2024
1 parent ee49feb commit 152b36d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,9 @@ describe('Data Import', () => {
QuickMarcEditor.waitLoading();
QuickMarcEditor.checkContent('$9 000442923', 6);
QuickMarcEditor.checkPaneheaderContains(`Source: ${user.username}`);
QuickMarcEditor.addValuesToExistingField(
7,
QuickMarcEditor.updateExistingField(
'852',
'$b E $h BR140 $i .J86 $x dbe=c $z Current issues in Periodicals Room $x CHECK-IN RECORD CREATED $9 Test',
'0',
'1',
);
cy.wait(2000);
QuickMarcEditor.pressSaveAndKeepEditing(changesSavedCallout);
Expand Down

0 comments on commit 152b36d

Please sign in to comment.