wonderful-army-80507
05/07/2023, 5:09 PMit('Post button works', () => {
cy.contains('Posts').click();
cy.get('h1').should('include.text', 'Posts 1–5 of ');
});
This works fine when run in chrome or electron, but fails in firefox with the error
> error loading dynamically imported module
My site is a sveltekit site.
I searched but didn't find any obvious solutions. Any suggestions?