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

Test images not available in advanced playground #503

Open
BeksOmega opened this issue Dec 5, 2020 · 1 comment · May be fixed by #2024
Open

Test images not available in advanced playground #503

BeksOmega opened this issue Dec 5, 2020 · 1 comment · May be fixed by #2024
Labels
developer experience type: bug Something isn't working

Comments

@BeksOmega
Copy link
Contributor

Category

  • Dev tools

Component

  • Dev tools

Describe the bug

Some of the test image blocks' images aren't available:
TestImages

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to the advancd playground.
  2. Switch to the test blocks toolbox.
  3. Open fields -> images
  4. Observe how not all of the images are available.

Expected behavior

All images should be available.

@BeksOmega BeksOmega added type: bug Something isn't working triage labels Dec 5, 2020
@rachel-fenichel
Copy link
Collaborator

Network icons and data URIs are working. Icons whose images are in the media folder are failing.

Copying files over from tests/media on core blockly will not be sufficient, because they still won't be in the media directory that's being used by the running instance.

Which begs the question: how does one package media inside a block plugin or field plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants