We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f50ee9 commit 748b103Copy full SHA for 748b103
packages/runtime/e2e/lifecycle.test.ts
@@ -35,5 +35,5 @@ test('prevent attach layer twice', async ({ page }) => {
35
await page.evaluate(() => {
36
document.body.classList.add('app-wrapper')
37
})
38
- expect(await page.evaluate(() => globalThis.cssRuntime.componentsLayer.native?.cssRules?.length)).toBe(2)
+ expect(await page.evaluate(() => globalThis.cssRuntime.componentsLayer.native?.cssRules?.length)).toBe(3)
39
0 commit comments