Cordova构建android facebook重复资源string / fb_app_name字符串/ fb_app_id
fit('Nav Component should be at the top of the page',()=>{
const fixture:ComponentFixture<AppComponent> = TestBed.createComponent(AppComponent);
const appDebugElement:DebugElement = fixture.debugElement; //app-component
const navChild:DebugElement = appDebugElement.query(By.css('nav-component'))
console.log('navChild is ',navChild);
//HERE I WANT TOCHECK THAT NAV HAS A SPECIFIC ROW AND COLUMN VALUE
});