Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Dec 15, 2020
1 parent 3fcc68e commit 7d4a6ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ describe('FlexibleColumnLayoutComponent', () => {

it('TWO_COLUMNS_START_EXPANDED should render 2 columns, start expanded, mid open', async () => {
whenStable(fixture);
viewport.set(1023, 900);

testComponent.layout = TWO_COLUMNS_START_EXPANDED;
fixture.detectChanges();
Expand All @@ -140,6 +141,7 @@ describe('FlexibleColumnLayoutComponent', () => {

it('TWO_COLUMNS_MID_EXPANDED should render 2 columns, start open, mid expanded', async () => {
whenStable(fixture);
viewport.set(1023, 900);

testComponent.layout = TWO_COLUMNS_MID_EXPANDED;
fixture.detectChanges();
Expand Down

0 comments on commit 7d4a6ac

Please sign in to comment.