Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
try logger
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 11, 2024
1 parent 25a8b9d commit f8cc566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions page-objects/pages/NavigationLeftPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ async function areSubMenuItemsVisible(listOfExpectedSubItems) {
return item.trim();
});
const listOfSubItems = await getListOfSubItems();
console.log('pampelmuse', listOfSubItems);
const isSame =
listOfExpectedSubItems.length == listOfSubItems.length &&
listOfSubItems.every(function (element, index) {
Expand Down

0 comments on commit f8cc566

Please sign in to comment.