it('should show Repo name', () => {
          expect(getElementText(headerEls[0])).toBe('REPO');
          expect(getElementText(contentsEls[0])).toBe('fastlane/TacoRocat');
        });