added a waitForTimeout to allow descriptor component to load #664

Merged
joan merged 2 commits from 2972-travel_e2e into dev 2021-06-18 05:20:43 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b6d96f57f2 - Show all commits

View File

@ -17,6 +17,8 @@ describe('ticket makeInvoice()', () => {
spyOn(LoopBackContext, 'getCurrentContext').and.returnValue({
active: activeCtx
});
done();
});
afterAll(async done => {