Skip to content

Commit

Permalink
eureka thunderjet fixes 4
Browse files Browse the repository at this point in the history
  • Loading branch information
zentestuken committed Apr 26, 2024
1 parent e0cf8c3 commit 06034a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ describe('Finance: Ledgers', () => {
Funds.addTwoExpensesClass('Electronic', 'Print');
});
});
cy.getAdminToken();
ServicePoints.getViaApi().then((servicePoint) => {
servicePointId = servicePoint[0].id;
NewLocation.createViaApi(NewLocation.getDefaultLocation(servicePointId)).then((res) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe('Finance: Ledgers', () => {
Funds.addExpensesClass('Electronic');
});
});
cy.getAdminToken();
ServicePoints.getViaApi().then((servicePoint) => {
servicePointId = servicePoint[0].id;
NewLocation.createViaApi(NewLocation.getDefaultLocation(servicePointId)).then((res) => {
Expand Down

0 comments on commit 06034a8

Please sign in to comment.