Skip to content

Commit

Permalink
fixed linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TetianaParanich committed Dec 20, 2024
1 parent d42deb5 commit 2d3cbb3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('Consortium manager', () => {
cy.login(testData.user400666.username, testData.user400666.password);
ConsortiumManager.switchActiveAffiliation(tenantNames.central, tenantNames.college);
cy.visit(SettingsMenu.circulationRequestCancellationReasonsPath);
cy.wait(4000);
cy.wait(4000);
CancellationReason.verifyReasonInTheList({
name: testData.centralSharedReason.payload.name,
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
Button,
EditableListRow,
MultiColumnListCell,
MultiColumnListRow,
Pane,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default {
});
}
},


verifyLocalHoldingsNoteTypesInTheList({ name, source = 'local', actions = [] }) {
const row = MultiColumnListRow({ isContainer: true, content: including(name) });
Expand Down

0 comments on commit 2d3cbb3

Please sign in to comment.