cypress-svelte-unit-test
cypress-svelte-unit-test copied to clipboard
CSS files are loaded after creating component
Hello,
the issue concerns order of code execution. As i understand CSS files should be loaded before creating component. Actually they are loaded after(code after injectStylesBeforeElement(index file) function is executed before cy.readFile from insertSingleCssFile function(utils file)). It sometimes causes incorrect elements view.
Can you provide a more detailed example?