diff --git a/tests/app/ui/tab-view/tab-view-tests.ts b/tests/app/ui/tab-view/tab-view-tests.ts index f6f818922..1e6af6658 100644 --- a/tests/app/ui/tab-view/tab-view-tests.ts +++ b/tests/app/ui/tab-view/tab-view-tests.ts @@ -330,7 +330,7 @@ export class TabViewTest extends testModule.UITest { assertFontsAreEqual(tabViewTestsNative.getNativeFont(this.testView), nativeFont, "Font must be bold 12 monospace after rebinding items."); //console.log(`>>>>>>>>>>>>> nativeFont: ${fontToString(nativeFont)}`); - console.log(`>>>>>>>>>>>>> RESET`); + //console.log(`>>>>>>>>>>>>> RESET`); this.testView.style.font = unsetValue; assertFontsAreEqual(tabViewTestsNative.getNativeFont(this.testView), originalFont, "Font must be the original one after resetting the style."); } diff --git a/tests/app/xml-declaration/xml-declaration-tests.ts b/tests/app/xml-declaration/xml-declaration-tests.ts index e9f5b3de6..1ca9ea566 100644 --- a/tests/app/xml-declaration/xml-declaration-tests.ts +++ b/tests/app/xml-declaration/xml-declaration-tests.ts @@ -700,8 +700,8 @@ export function test_parseSpansDirectlyOnLabel() { function testAction(views: Array) { var page = views[0]; var testLabel =