Skip to content

Commit

Permalink
Fix spaces issue
Browse files Browse the repository at this point in the history
  • Loading branch information
veljkho committed Mar 30, 2021
1 parent 29ed6bd commit 0ee581e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
createSimpleProduct,
uiUnblocked,
setCheckbox,
settingsPageSaveChanges,
settingsPageSaveChanges,
} = require( '@woocommerce/e2e-utils' );

/**
Expand All @@ -28,9 +28,9 @@ const runCheckoutCreateAccountTest = () => {
beforeAll(async () => {
await merchant.login();
await createSimpleProduct();
await merchant.openSettings('account');
await setCheckbox('#woocommerce_enable_signup_and_login_from_checkout');
await settingsPageSaveChanges();
await merchant.openSettings('account');
await setCheckbox('#woocommerce_enable_signup_and_login_from_checkout');
await settingsPageSaveChanges();
await merchant.logout();
await shopper.goToShop();
await shopper.addToCartFromShopPage(simpleProductName);
Expand Down

0 comments on commit 0ee581e

Please sign in to comment.