End-to-end tests are currently failing when run against WP trunk. This seems to be happening when clicking on the "Add Image" button for an image field:
The console shows the following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'all')
at n.customizeFilters
The relevant line is
|
filters.filters.all.text = acf.__( 'All images' ); |
End-to-end tests are currently failing when run against WP
trunk. This seems to be happening when clicking on the "Add Image" button for an image field:The console shows the following error:
The relevant line is
secure-custom-fields/assets/src/js/_acf-media.js
Line 378 in b448e17