Skip to content

Commit

Permalink
chore: Add additional console log for elements test
Browse files Browse the repository at this point in the history
Signed-off-by: Yordan Iliev <[email protected]>
  • Loading branch information
yiliev0 committed Jan 14, 2025
1 parent 9196171 commit d366d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/pages/SettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SettingsPage extends BasePage {
this.isElementVisible(this.lightTabButtonSelector),
this.isElementVisible(this.systemTabButtonSelector),
]);

console.log(checks);
return checks.every(isTrue => isTrue);
}

Expand Down

0 comments on commit d366d9a

Please sign in to comment.