correct specs

This commit is contained in:
Sam
2018-02-01 16:16:14 +11:00
parent 60ee9a4ccf
commit 187b0031c5
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@ acceptance("Composer topic featured links", {
loggedIn: true,
settings: {
topic_featured_link_enabled: true,
max_topic_title_length: 80
max_topic_title_length: 80,
enable_markdown_linkify: true,
}
});