remove duplicate publish in product test
This commit is contained in:
parent
5feb03e9a7
commit
6ece4bc82d
|
@ -35,7 +35,6 @@ const runProductEditDetailsTest = () => {
|
|||
await expect(page).toFill('#_regular_price', '100.05');
|
||||
|
||||
// Save the changes
|
||||
await expect(page).toClick('#publish');
|
||||
await verifyAndPublish('Product updated.');
|
||||
await uiUnblocked();
|
||||
|
||||
|
|
Loading…
Reference in New Issue