opensim-org / opensim-viewer

Front end of web based viewer of OpenSim models, data
Apache License 2.0
13 stars 3 forks source link

Added span node to Tooltips with 'Hidden' children. #97

Closed AlbertoCasasOrtiz closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for comforting-speculoos-d9e100 ready!

Name Link
Latest commit 285aceb393f85507dcc0a004bc3937d5389c93a4
Latest deploy log https://app.netlify.com/sites/comforting-speculoos-d9e100/deploys/650cb33e239b81000819ad5a
Deploy Preview https://deploy-preview-97--comforting-speculoos-d9e100.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

AlbertoCasasOrtiz commented 1 year ago

@aymanhab This should take care of the Jest errors and fix the misplaced elements in the AppBar.

The first error was the tooltips having non referenceable elements as children, which throws a warning; and the second error related to test of the AppBar failing because we changed text buttons to icons in the bar and the test was looking for text buttons.