From d366d9a0d6c87e11abd9ff7a5565c37728975fbd Mon Sep 17 00:00:00 2001 From: Yordan Iliev Date: Tue, 14 Jan 2025 14:26:56 +0200 Subject: [PATCH] chore: Add additional console log for elements test Signed-off-by: Yordan Iliev --- automation/pages/SettingsPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/pages/SettingsPage.js b/automation/pages/SettingsPage.js index 13c7af9e8..1d0baa0b1 100644 --- a/automation/pages/SettingsPage.js +++ b/automation/pages/SettingsPage.js @@ -78,7 +78,7 @@ class SettingsPage extends BasePage { this.isElementVisible(this.lightTabButtonSelector), this.isElementVisible(this.systemTabButtonSelector), ]); - + console.log(checks); return checks.every(isTrue => isTrue); }