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:
parent
b7953af5a1
commit
bbd00a3488
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue