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

Add e2e tests to import images #166

Merged
merged 4 commits into from
Jun 15, 2020
Merged

Add e2e tests to import images #166

merged 4 commits into from
Jun 15, 2020

Conversation

ravichdev
Copy link
Contributor

Summary

Fixes #157

Checklist

  • My pull request is addressing an open issue (please create one otherwise).
  • My code is tested and passes existing tests.
  • My code follows the Contributing Guidelines (updates are often made to the guidelines, check it out periodically).

@@ -82,6 +82,7 @@ jobs:
- npm run env:start
- npm run wp -- wp core install --title=WordPress --admin_user=admin --admin_password=password --admin_email=admin@example.com --skip-email --url=http://localhost:8088 --quiet
- npm run wp -- wp plugin activate unsplash
- docker-compose exec wordpress bash -c "mkdir -p /var/www/html/wp-content/uploads && chown -R www-data:www-data /var/www/html/wp-content/uploads" # ensure the uploads folder is writable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it might be a permissions error!

@spacedmonkey spacedmonkey merged commit bef35d7 into develop Jun 15, 2020
@derekherman derekherman deleted the fix/e2e-tests branch July 2, 2020 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to import image in E2E tests in travis
2 participants