mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
mgr/dashboard: fix UnhandledPromiseRejectionWarning in RGW users
Fixes: https://tracker.ceph.com/issues/40693 Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
This commit is contained in:
parent
b872719d76
commit
fcdd09a135
@ -12,8 +12,6 @@ export class UsersPageHelper extends PageHelper {
|
||||
async create(username, fullname, email, maxbuckets) {
|
||||
await this.navigateTo('create');
|
||||
|
||||
expect(await this.getBreadcrumbText()).toBe('Create');
|
||||
|
||||
// Enter in username
|
||||
await element(by.id('uid')).sendKeys(username);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user