Fix e2e OBW test to not untick physical products in product type list
This commit is contained in:
parent
a8ac58add0
commit
5a410c02a6
|
@ -116,7 +116,7 @@ const completeOnboardingWizard = async () => {
|
|||
expect( productTypesCheckboxes ).toHaveLength( 8 );
|
||||
|
||||
// Select Physical and Downloadable products
|
||||
for ( let i = 0; i < 2; i++ ) {
|
||||
for ( let i = 1; i < 2; i++ ) {
|
||||
await productTypesCheckboxes[i].click();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue