custom profile fields: Add and restyle default user profile fields.

Refactor selectors to utilize SCSS features.

Fixes some issues in #10545.
This commit is contained in:
Cynthia Lin
2018-10-04 20:29:44 -07:00
committed by synicalsyntax
parent ba929508e2
commit 6d0aa68591
4 changed files with 115 additions and 104 deletions

View File

@@ -1536,7 +1536,7 @@ run_test('user_profile_modal', () => {
};
var html = render('user_profile_modal', args);
var div = $(html).find(".user-profile-modal-email");
var div = $(html).find("#email .value");
assert.equal(div.text().trim(), 'iago@zulip.com');
});