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', () => {
|
describe('Import Products from a CSV file', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
await merchant.login();
|
await merchant.login();
|
||||||
|
await merchant.openAllProductsView();
|
||||||
|
await moveAllItemsToTrash();
|
||||||
});
|
});
|
||||||
it('can upload the CSV file and import products', async () => {
|
it('can upload the CSV file and import products', async () => {
|
||||||
await merchant.openImportProducts();
|
await merchant.openImportProducts();
|
||||||
|
|
Loading…
Reference in New Issue