mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 12:05:25 +08:00
fix tests (#7849)
This commit is contained in:
@ -195,7 +195,7 @@ acceptance("Topic featured links", {
|
||||
});
|
||||
|
||||
QUnit.test("remove featured link", async assert => {
|
||||
await visit("/t/299/1");
|
||||
await visit("/t/-/299/1");
|
||||
assert.ok(
|
||||
exists(".title-wrapper .topic-featured-link"),
|
||||
"link is shown with topic title"
|
||||
|
Reference in New Issue
Block a user