Roshan3580 opened a new pull request, #5596:
URL: https://github.com/apache/texera/pull/5596

   ## Summary
   
   Adds unit tests for `RegistrationRequestModalComponent`.
   
   Closes #5467
   
   ## Changes
   
   * Added `registration-request-modal.component.spec.ts`
   * Added a test to verify the component is created successfully
   * Added a test to verify modal data correctly seeds `name` and `email`
   * Added a test to verify null modal data falls back to empty strings
   * Added a test to verify `getValues()` trims whitespace from `affiliation` 
and `reason`
   
   ## Testing
   
   Executed:
   
   ```bash
   yarn test --include='**/registration-request-modal.component.spec.ts'
   yarn lint
   ```
   
   Both completed successfully.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to