expect(fixture.debugElement.query(By.css('h2:first-child')).nativeElement.textContent).toContain('Welcome to Minds!');
expect(fixture.debugElement.query(By.css('p')).nativeElement.textContent).toContain('Before you get started, there are a few things we need to know to provide you with the best experience.');
expect(fixture.debugElement.query(By.css('h2.m-channelOnboardingSlide__subtext')).nativeElement.textContent).toContain('What topics are you most interested in?');