diff --git a/test/e2e/app-dir/app-css/index.test.ts b/test/e2e/app-dir/app-css/index.test.ts index d80f61940399d..7e19cf7c7013b 100644 --- a/test/e2e/app-dir/app-css/index.test.ts +++ b/test/e2e/app-dir/app-css/index.test.ts @@ -609,7 +609,7 @@ createNextDescribe( browser.eval( `document.querySelectorAll('link[rel="stylesheet"][href*="/page.css"]').length` ), - '1' + 1 ) } finally { await next.patchFile(filePath, origContent)