mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This test started failing recently; the apparent cause is that sometimes, zerver/lib/generate_test_data.py generates messages containing bulleted lists, and those don't end with a `</p>` tag since they end with `</ul>` instead; the result is that this test failed nondeterministically in CI. There isn't really a useful version of this check to do that would cover that case (as well as the entire message body being a bulleted list), so we just remove the check; I don't think it's ever caught any actual bugs. |
||
|---|---|---|
| .. | ||
| 00-realm-creation.js | ||
| 01-login.js | ||
| 02-site.js | ||
| 03-narrow.js | ||
| 04-compose.js | ||
| 05-subscriptions.js | ||
| 06-settings.js | ||
| 07-stars.js | ||
| 08-edit.js | ||
| 09-navigation.js | ||
| 10-admin.js | ||
| 11-mention.js | ||
| 12-toggle-message-editing.js | ||
| 13-user-deactivation.js | ||
| 14-drafts.js | ||
| 15-delete-message.js | ||
| 16-copy-and-paste.js | ||