mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 13:55:17 +08: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.