2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix desktop test too

This commit is contained in:
Penar Musaraj 2019-02-20 16:08:36 -05:00
parent b7953af5a1
commit bbd00a3488

View file

@ -44,9 +44,8 @@ QUnit.test("Topic footer 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"
);