cypress-svelte-unit-test icon indicating copy to clipboard operation
cypress-svelte-unit-test copied to clipboard

CSS files are loaded after creating component

Open bielinskim opened this issue 5 years ago • 1 comments

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.

bielinskim avatar Oct 21 '20 11:10 bielinskim

Can you provide a more detailed example?

JohnnyFun avatar Jan 27 '21 16:01 JohnnyFun