mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08:00
DEV: Re-enable "remove featured link" test (#9550)
It was disabled in ac4b4e30dc
This commit is contained in:
parent
f95609ae23
commit
fb20b57057
|
@ -248,10 +248,9 @@ QUnit.test("remove featured link", async assert => {
|
|||
"link to remove featured link"
|
||||
);
|
||||
|
||||
// this test only works in a browser:
|
||||
// await click('.title-wrapper .remove-featured-link');
|
||||
// await click('.title-wrapper .submit-edit');
|
||||
// assert.ok(!exists('.title-wrapper .topic-featured-link'), 'link is gone');
|
||||
await click('.title-wrapper .remove-featured-link');
|
||||
await click('.title-wrapper .submit-edit');
|
||||
assert.ok(!exists('.title-wrapper .topic-featured-link'), 'link is gone');
|
||||
});
|
||||
|
||||
QUnit.test("Converting to a public topic", async assert => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user