mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 05:22:43 +08:00
Fix share button in post menu
This commit is contained in:
@ -22,6 +22,14 @@ acceptance("Topic", {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
QUnit.test("Share Modal", async assert => {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
|
||||
await click(".topic-post:first-child button.share");
|
||||
assert.ok(exists(".modal.share-and-invite"), "it shows the share and invite modal");
|
||||
});
|
||||
|
||||
QUnit.test("Showing and hiding the edit controls", async assert => {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
|
||||
|
Reference in New Issue
Block a user