chore: Removed console.log (#58757)

This commit is contained in:
Nikunj Ranjan
2025-02-13 15:17:05 +05:30
committed by GitHub
parent 445bd09be2
commit 85e6c8aa61

View File

@@ -61,7 +61,6 @@ You should set the page font to `Arial` in the `body` element with a fallback of
```js
const el = new __helpers.CSSHelp(document).getStyle('body').getPropVal('font-family');
console.log(el);
const condition1= el === 'Arial, sans-serif';
const condition2= el === '"Arial", sans-serif';
assert.isTrue(condition1 || condition2);