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:
Patrick Seidensal 2019-08-21 13:24:45 +02:00
parent b872719d76
commit fcdd09a135

View File

@ -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);