This commit is contained in:
Joffrey JAFFEUX 2019-02-20 21:41:03 +01:00 committed by GitHub
parent cafe637407
commit b7953af5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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"
);
});