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,
}
});

View File

@ -13,7 +13,9 @@ const rawOpts = {
emoji_set: 'emoji_one',
highlighted_languages: 'json|ruby|javascript',
default_code_lang: 'auto',
censored_pattern: '\\d{3}-\\d{4}|tech\\w*'
censored_pattern: '\\d{3}-\\d{4}|tech\\w*',
enable_markdown_linkify: true,
markdown_linkify_tlds: 'com'
},
censoredWords: 'shucks|whiz|whizzer|a**le|badword*',
getURL: url => url