mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
casper: Fix tests for custom profile fields.
This commit is contained in:
@@ -191,7 +191,7 @@ casper.then(function () {
|
||||
casper.waitUntilVisible('.admin-profile-field-form', function () {
|
||||
casper.fill('form.admin-profile-field-form', {
|
||||
name: 'Teams',
|
||||
field_type: '3',
|
||||
field_type: '1',
|
||||
});
|
||||
casper.click('form.admin-profile-field-form button.button');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user