Port remaining login.spec.ts & soft_logout.spec.ts tests from Cypress to Playwright (#11917)

Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
Michael Telatynski
2023-11-23 10:27:11 +00:00
committed by GitHub
co-authored by R Midhun Suresh
parent 8dcd13eb6d
commit a6705304aa
16 changed files with 465 additions and 386 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
"moduleResolution": "node",
"module": "es2022"
},
"include": ["**/*.ts"]
"include": ["**/*.ts", "../src/@types/global.d.ts"]
}