it('should have a title', async () => {
    let subject = await browser.getTitle();
    let result  = 'RackHD Web UI 2.0';
    expect(subject).toEqual(result);
  });