mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 09:44:31 +08:00
DEV: Skip flaky chat deleted message mention status flake (#22396)
This commit is contained in:
parent
debe47cc0b
commit
f596de2143
@ -191,7 +191,7 @@ acceptance("Chat | User status on mentions", function (needs) {
|
||||
assert.dom(selector).doesNotExist("status is deleted");
|
||||
});
|
||||
|
||||
test("deleted messages | it shows status on mentions", async function (assert) {
|
||||
skip("deleted messages | it shows status on mentions", async function (assert) {
|
||||
await visit(`/chat/c/-/${channelId}`);
|
||||
|
||||
await deleteMessage(".chat-message-content");
|
||||
|
Loading…
x
Reference in New Issue
Block a user