mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 07:40:32 +00:00
wip
This commit is contained in:
@@ -49,7 +49,7 @@ describe('Sale Receipts (e2e)', () => {
|
||||
costPrice: 100,
|
||||
sellPrice: 100,
|
||||
});
|
||||
itemId = parseInt(item.text, 10);
|
||||
itemId = parseInt(item.body.id, 10);
|
||||
});
|
||||
|
||||
it('/sale-reeipts (POST)', () => {
|
||||
|
||||
Reference in New Issue
Block a user