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