Commit a24f8c6c authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): spec tests

1 merge request!395[Sprint/HipsterHedgehog] (feat): remove creator frequency from onboarding modal
Pipeline #69048784 running with stages
......@@ -89,7 +89,6 @@ describe('TopicsOnboardingComponent', () => {
it('should have text', () => {
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?');
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment