Refactor tests and update turbo.json configuration

Removed unnecessary response wait in `auth.po.ts` and a redundant output property in `turbo.json`. The code is now simpler with less redundancy, which makes it easier to read and maintain. Removed files are either not used or not necessary for the project to behave as expected.
This commit is contained in:
giancarlo
2024-04-12 21:42:32 +08:00
parent 21fba33462
commit be82e6b342
3 changed files with 1 additions and 7 deletions

View File

@@ -38,6 +38,7 @@ test.describe('Account Settings', () => {
test('user can update their password', async () => {
const password = (Math.random() * 100000).toString();
await account.updatePassword(password);
await page.waitForResponse((resp) => {