mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
node tests: Fix checking for invalid :checked property in templates.
This commit is contained in:
@@ -442,7 +442,7 @@ run_test('settings/admin_auth_methods_list', () => {
|
|||||||
|
|
||||||
var method = $(html).find('tr.method_row').first().find('span.method');
|
var method = $(html).find('tr.method_row').first().find('span.method');
|
||||||
assert.equal(method.text(), 'Email');
|
assert.equal(method.text(), 'Email');
|
||||||
assert.equal(method.is("checked"), false);
|
assert.equal(method.is(":checked"), false);
|
||||||
});
|
});
|
||||||
|
|
||||||
run_test('bookend', () => {
|
run_test('bookend', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user