Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed May 5, 2023
1 parent 6c10b4b commit 5528b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-css/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ createNextDescribe(
browser.eval(
`document.querySelectorAll('link[rel="stylesheet"][href*="/page.css"]').length`
),
'1'
1
)
} finally {
await next.patchFile(filePath, origContent)
Expand Down

0 comments on commit 5528b91

Please sign in to comment.