test update for failing k6 tests (#40350)

This commit is contained in:
nigeljamesstevenson 2023-09-21 17:50:26 +01:00 committed by GitHub
parent 087813f52d
commit e0c44f07fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Implement back to home actions for the customize your store.

View File

@ -272,7 +272,7 @@ export function cartFlow() {
}
export function allMerchantFlow() {
wpLogin();
homeWCAdmin();
homeWCAdmin( { other: false, orders: false, reviews: false, products: false} );
addOrder();
orders();
ordersSearch();