remove duplicate publish in product test

This commit is contained in:
Ron Rennick 2021-04-20 18:11:30 -03:00
parent 5feb03e9a7
commit 6ece4bc82d
1 changed files with 0 additions and 1 deletions

View File

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