Closed
Description
installExtensionFromFileUpload()
does not work, at least not for Joomla 4.4.5-dev on macOS
for line document.getElementById('legacy-uploader').classList.remove('hidden')
🔴 cypress error Cannot read properties of null (reading 'classList')
waiting for the element to be present, works in this environment:
cy.get('#legacy-uploader').should('exist').then(($uploader) => {
if ($uploader) {
cy.get('#legacy-uploader').invoke('removeClass', 'hidden');
}
});
I will use this in manual-examples first and come back later with tested PR here
Metadata
Metadata
Assignees
Labels
No labels