Add removing products before all
This commit is contained in:
parent
fe51a15dcb
commit
783e232227
|
@ -35,6 +35,8 @@ const runImportProductsTest = () => {
|
|||
describe('Import Products from a CSV file', () => {
|
||||
beforeAll(async () => {
|
||||
await merchant.login();
|
||||
await merchant.openAllProductsView();
|
||||
await moveAllItemsToTrash();
|
||||
});
|
||||
it('can upload the CSV file and import products', async () => {
|
||||
await merchant.openImportProducts();
|
||||
|
|
Loading…
Reference in New Issue