Commit 20cd27a7 authored by Ben Hayward's avatar Ben Hayward

Randomly failing test.

1 merge request!460WIP: [Sprint/JollyJellyfish](feat) Plus tiers engine#578
Pipeline #74215610 failed with stages
in 18 minutes and 49 seconds
......@@ -33,7 +33,7 @@ describe('ChannelsListComponent', () => {
}
beforeEach(async(() => {
TestBed.resetTestingModule();
TestBed.configureTestingModule({
declarations: [
MockComponent({
......@@ -108,6 +108,11 @@ describe('ChannelsListComponent', () => {
}
});
afterEach(() => {
TestBed.resetTestingModule();
jasmine.clock().uninstall();
});
it('should have a topbar', () => {
expect(fixture.debugElement.query(By.css('.m-toolbar'))).not.toBeNull();
const nav1 = getNavigationItem(1);
......
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