lie18uci opened a new pull request, #5631: URL: https://github.com/apache/texera/pull/5631
### What changes were proposed in this PR? Frontend unit tests for ConflictingFileModalContentComponent are added in this PR. The updated specification confirms that: 1. The component has been successfully generated. 2. The modal data inserted through NZ_MODAL_DATA is exposed by the component. Without altering current behavior, this increases test coverage for a minor presentational modal component. ### Any related issues, documentation, discussions? Closes #5465 ### How was this PR tested? Ran the following command locally from the frontend directory: yarn test --include='**/conflicting-file-modal-content.component.spec.ts' The test passed successfully with 1 test file passed and 2 tests passed. Also ran: yarn lint ### Was this PR authored or co-authored using generative AI tooling? Generated-by: ChatGPT ChatGPT assisted me in finding the location of the component, structuring the unit test, and executing the test command. I read through the guidance provided by ChatGPT, made the necessary changes locally, and ran the test myself. -- 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]
