fix loading
https://gitlab.e.foundation/e/infra/backlog/-/issues/3320
Test Case 1: Account Without a Shop Account
Objective: Verify that the loader disappears once the API response is received for an account that does not have an associated shop account.
Steps to Execute:
-
Navigate to the Settings->Delete account page.
-
Ensure that the account does not have a linked shop account.
-
Observe the loader appearing while waiting for the API response.
-
Once the API response is received, check if the loader is hidden.
Expected Result: The loader appears while the API request is in progress. Once the response is received, the loader disappears.
Test Case 2: Account With a Shop Account
Objective: Verify that the loader disappears once the API response is received for an account that has an associated shop account.
Steps to Execute:
- Navigate to the Settings->Delete account page.
- Ensure that the account has a linked shop account.
- Observe the loader appearing while waiting for the API response.
- Once the API response is received, check if the loader is hidden.
Expected Result: The loader appears while the API request is in progress. Once the response is received, the loader disappears.