mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 11:13:22 +08:00
DEV: Skip composer duplicate link test (#12509)
This commit is contained in:
parent
9dca7fe9a3
commit
b8822c7a87
|
@ -936,7 +936,7 @@ acceptance("Composer", function (needs) {
|
|||
);
|
||||
});
|
||||
|
||||
test("Shows duplicate_link notice", async function (assert) {
|
||||
skip("Shows duplicate_link notice", async function (assert) {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
await click("#topic-footer-buttons .create");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user