mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
Tooltips are generally hard to test, and we noticed that they make tests flaky. We may not test tooltips in these acceptance tests, since they are already tested in components/chat-channel-test.js. This PR deletes tooltip-related assertions and unskips tests that became flaky after adding them.