mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 23:27:46 +08:00
UX: puts back share-panel as floating pane on post actions (#7066)
This commit is contained in:
@ -24,12 +24,9 @@ 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"
|
||||
);
|
||||
|
||||
assert.ok(exists("#share-link"), "it shows the share modal");
|
||||
});
|
||||
|
||||
QUnit.test("Showing and hiding the edit controls", async assert => {
|
||||
|
Reference in New Issue
Block a user