Skip to content

Commit

Permalink
fixed after block
Browse files Browse the repository at this point in the history
  • Loading branch information
TetianaParanich committed Sep 25, 2024
1 parent 686b27b commit b093419
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ describe('Reading Room Access', () => {
cy.getAdminToken();
Users.deleteViaApi(testData.firstUser.userId);
Users.deleteViaApi(testData.secondUser.userId);
UserEdit.changeServicePointPreferenceViaApi(testData.firstUser.userId, [
testData.servicePoint.id,
]);
UserEdit.changeServicePointPreferenceViaApi(testData.secondUser.userId, [
testData.servicePoint.id,
]);
ServicePoints.deleteViaApi(testData.servicePoint.id);
SettingsReadingRoom.deleteReadingRoomViaApi(testData.readingRoomId);
});
Expand Down

0 comments on commit b093419

Please sign in to comment.