Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherzod-Kenjaev committed Oct 25, 2024
1 parent 9f4e7ed commit 5fe4504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe('MARC', () => {
cy.getAdminToken();
// make sure there are no duplicate records in the system
MarcAuthorities.deleteMarcAuthorityByTitleViaAPI('C380449*');
MarcAuthorities.deleteMarcAuthorityByTitleViaAPI('C440114*');

cy.createTempUser([
Permissions.inventoryAll.gui,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ describe('MARC', () => {
const createdAuthorityIDs = [];

before('Creating user', () => {
cy.getAdminToken();
// make sure there are no duplicate records in the system

Check failure on line 65 in cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-search-marcAuth-by-lccn-using-query-without-spaces.cy.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

Expected indentation of 8 spaces but found 10

Check failure on line 65 in cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-search-marcAuth-by-lccn-using-query-without-spaces.cy.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

Expected indentation of 8 spaces but found 10
MarcAuthorities.deleteMarcAuthorityByTitleViaAPI('C440114*');

Check failure on line 66 in cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-search-marcAuth-by-lccn-using-query-without-spaces.cy.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

Expected indentation of 8 spaces but found 10

Check failure on line 66 in cypress/e2e/marc/plug-in-marc-authority/plug-in-marc-authority-search/plug-in-search-marcAuth-by-lccn-using-query-without-spaces.cy.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

Expected indentation of 8 spaces but found 10

cy.createTempUser([
Permissions.inventoryAll.gui,
Permissions.uiMarcAuthoritiesAuthorityRecordView.gui,
Expand Down

0 comments on commit 5fe4504

Please sign in to comment.