mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
fix tests (#7040)
This commit is contained in:
parent
cafe637407
commit
b7953af5a1
@ -47,9 +47,8 @@ QUnit.test("Topic footer mobile button", async assert => {
|
||||
"it shows the topic sharing url"
|
||||
);
|
||||
|
||||
assert.equal(
|
||||
find(".share-and-invite.modal .social-link").length,
|
||||
3,
|
||||
assert.ok(
|
||||
find(".share-and-invite.modal .social-link").length > 1,
|
||||
"it shows social sources"
|
||||
);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user