mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove test that is no longer providing value.
This commit is contained in:
parent
052c841550
commit
4681c670c0
@ -422,14 +422,6 @@ acceptance("Topic featured links", function (needs) {
|
|||||||
exists(".title-wrapper .remove-featured-link"),
|
exists(".title-wrapper .remove-featured-link"),
|
||||||
"link to remove featured link"
|
"link to remove featured link"
|
||||||
);
|
);
|
||||||
|
|
||||||
// TODO: decide if we want to test this, test is flaky so it
|
|
||||||
// was commented out.
|
|
||||||
// If not fixed by May 2021, delete this code block
|
|
||||||
//
|
|
||||||
//await click(".title-wrapper .remove-featured-link");
|
|
||||||
//await click(".title-wrapper .submit-edit");
|
|
||||||
//assert.ok(!exists(".title-wrapper .topic-featured-link"), "link is gone");
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user