Greg Jacobs
Greg Jacobs
Agreed, this does not work for me either. It is outputting a `image.webp`, but not naming it correctly like it should `image.png.webp` As a workaround, in my `_includes/picture.html` file, for...
FIX: ``` imageUrl = fileData.ref.getDownloadURL().then((firebaseUrl) => { return firebase.database().ref('meetups').child(key).update({imageUrl: firebaseUrl}) }) ```
> let me reproduce it, what cypress version are you using? Cypress version 13.3.0 (To verify, you can see version in the screenshot provided in the testrail result)