Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix e2e tests #2050

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading