mirror of https://github.com/zulip/zulip.git
tests: Remove unnecessary jQuery stub.
$().is(':visible') is already implemented in zjquery.
This commit is contained in:
parent
4554b564f7
commit
bf8aa2a1d7
|
@ -294,11 +294,6 @@ run_test('validate_stream_message', () => {
|
|||
assert.equal(data.count, 16);
|
||||
return 'compose_all_everyone_stub';
|
||||
};
|
||||
$('#compose-all-everyone').is = function (sel) {
|
||||
if (sel === ':visible') {
|
||||
return $('#compose-all-everyone').visible();
|
||||
}
|
||||
};
|
||||
var compose_content;
|
||||
$('#compose-all-everyone').append = function (data) {
|
||||
compose_content = data;
|
||||
|
|
Loading…
Reference in New Issue