Skip to content

Commit

Permalink
feat: update to Angular 14.2.x (#3143)
Browse files Browse the repository at this point in the history
* feat: ugrade angular to 14.1.0

* chore: allow packages patch version auto bump

* feat: update to Angular 14

Co-authored-by: robgor3 <gorkiewicz.r@gmail.com>
Co-authored-by: denStrigo <d.strigo@akveo.com>
  • Loading branch information
3 people authored Dec 1, 2022
1 parent 5df8d50 commit 275edf3
Show file tree
Hide file tree
Showing 17 changed files with 32,001 additions and 43,185 deletions.
3 changes: 1 addition & 2 deletions e2e/sidebar-two.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
import { browser, element, by } from 'protractor';

describe('nb-sidebar-two', () => {

beforeEach((done) => {
browser.get('#/sidebar/sidebar-two-test.component').then(() => done());
});

it('should render left non-fixed sidebar height minus header', () => {
Promise.all<any, any, any>([
Promise.all<any>([
element(by.css('nb-layout')).getSize(),
element(by.css('nb-layout-header')).getSize(),
element.all(by.css('nb-sidebar')).get(0).getSize(),
Expand Down
Loading

0 comments on commit 275edf3

Please sign in to comment.