aamay001 / react-resume

Resume Builder in React
https://resumejs.netlify.app/
107 stars 52 forks source link

#82 Add functional test for MoreVisibilityButton #90

Closed jessie-codes closed 4 years ago

jessie-codes commented 4 years ago

I added a test to verify that clicking the MoreVisibilityButton opens the MoreVisibilityModal. As neither of these components have any data attrs, I'm locating the proper elements via their text.

Closes #82