Update account management features and improve test configurations
Multiple updates are made to refine the account management features, including updating the 'Your Teams' text to show the number of teams, and modifying the form data validation process in the 'deletePersonalAccountAction' service. Additionally, improvements have been made in test configurations including updating the test timeout settings, taking screenshots when a test fails, and adjusting the location for saving Playwright reports.
This commit is contained in:
@@ -55,7 +55,9 @@ test.describe('Account Deletion', () => {
|
||||
await account.setup();
|
||||
await account.deleteAccount();
|
||||
|
||||
await page.waitForURL('http://localhost:3000');
|
||||
await page.waitForURL('http://localhost:3000', {
|
||||
timeout: 5000,
|
||||
});
|
||||
|
||||
expect(page.url()).toEqual('http://localhost:3000/');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user