Add removing products before all

This commit is contained in:
Veljko 2021-03-19 13:04:00 +01:00
parent fe51a15dcb
commit 783e232227
1 changed files with 2 additions and 0 deletions

View File

@ -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();