mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
wip
This commit is contained in:
@@ -46,7 +46,7 @@ describe('Credit Notes (e2e)', () => {
|
||||
costPrice: 100,
|
||||
sellPrice: 100,
|
||||
});
|
||||
itemId = parseInt(item.text, 10);
|
||||
itemId = parseInt(item.body.id, 10);
|
||||
});
|
||||
|
||||
it('/credit-notes (POST)', () => {
|
||||
|
||||
Reference in New Issue
Block a user