mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
settings UI: Add copy zuliprc button to bot information box.
Fixes: #9510
This commit is contained in:
@@ -23,6 +23,10 @@ zrequire('Handlebars', 'handlebars');
|
||||
zrequire('people');
|
||||
zrequire('templates');
|
||||
|
||||
set_global('ClipboardJS', function (sel) {
|
||||
assert.equal(sel, '#copy_zuliprc');
|
||||
});
|
||||
|
||||
bot_data.initialize();
|
||||
|
||||
run_test('generate_zuliprc_uri', () => {
|
||||
|
||||
Reference in New Issue
Block a user