Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 12, 2022
1 parent d3f833f commit 2691fd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/app-dir/index.test.ts
Expand Up @@ -418,13 +418,13 @@ describe('app dir', () => {
await browser.eval(
`window.getComputedStyle(document.querySelector('#server-cssm')).color`
)
).toBe('rgb(0, 255, 0)')
).toBe('rgb(0, 128, 0)')
})
})

describe('server pages', () => {
it.todo('should support global css inside server pages', async () => {})
it.todo('should support css modules inside server pages', async () => {})
describe.skip('server pages', () => {
it('should support global css inside server pages', async () => {})
it('should support css modules inside server pages', async () => {})
})

describe('client layouts', () => {
Expand Down

0 comments on commit 2691fd6

Please sign in to comment.