Related to #6794 and #6928
As part of the documentation development for our use of React Testing Library going forward, and specifically our need to convert Enzyme tests to RTL, this issue focuses on the conversion of an existing components test suite to use RTL.
Rather than strictly attempting to replicate the current testing approach, this conversion should ensure adherence to the "RTL way" of testing with an emphasis on testing in a way that mimics real user interaction.
Related to #6794 and #6928
As part of the documentation development for our use of React Testing Library going forward, and specifically our need to convert Enzyme tests to RTL, this issue focuses on the conversion of an existing components test suite to use RTL.
Rather than strictly attempting to replicate the current testing approach, this conversion should ensure adherence to the "RTL way" of testing with an emphasis on testing in a way that mimics real user interaction.