node tests: Fix checking for invalid :checked property in templates.

This commit is contained in:
Cynthia Lin
2019-07-13 03:36:02 +00:00
committed by Tim Abbott
parent 63c85da4db
commit a73155c78f

View File

@@ -442,7 +442,7 @@ run_test('settings/admin_auth_methods_list', () => {
var method = $(html).find('tr.method_row').first().find('span.method');
assert.equal(method.text(), 'Email');
assert.equal(method.is("checked"), false);
assert.equal(method.is(":checked"), false);
});
run_test('bookend', () => {