delete all e2e tests (#22501)

Cherry-picked from ea463e604cdd2a3e83e1c286e39b789455f0d413
This commit is contained in:
Dax Raad
2026-04-14 23:10:25 -04:00
parent f44aa02e26
commit 627159acac
82 changed files with 28 additions and 8880 deletions
+11
View File
@@ -0,0 +1,11 @@
import { test } from "@playwright/test"
test(
"test something cool",
{
annotation: { type: "todo" },
},
async () => {
test.fixme()
},
)