Skip to content

Commit

Permalink
Merge pull request #2050 from woocommerce/fix/e2e-tests-blocks
Browse files Browse the repository at this point in the history
Fix e2e tests
  • Loading branch information
jorgemd24 authored Aug 8, 2023
2 parents 27b2a17 + 5de998f commit 43545e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/docker/initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ wp plugin install https://github.com/WP-API/Basic-Auth/archive/master.zip --acti
# we just need to activate it here.
wp plugin activate google-listings-and-ads

# Activate twentytwentyone theme. Currently e2e tests wich Blcoks are not supported.
wp theme activate twentytwentyone

# GLA doesn't really need a customer account here,
# but we are leaving it intact here just in case we want to run full WooCommerce core e2e test.
wp user create customer [email protected] --user_pass=password --role=customer --path=/var/www/html
Expand Down

0 comments on commit 43545e8

Please sign in to comment.