mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
synicalsyntax
parent
ba929508e2
commit
6d0aa68591
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user