DEV: Remove test that is no longer providing value.

This commit is contained in:
Alan Guo Xiang Tan 2021-06-11 12:43:23 +08:00
parent 052c841550
commit 4681c670c0
1 changed files with 0 additions and 8 deletions

View File

@ -422,14 +422,6 @@ acceptance("Topic featured links", function (needs) {
exists(".title-wrapper .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");
});
});