Skip to content

Commit

Permalink
try another selector
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 11, 2024
1 parent 7b06d9f commit 6ac7e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-objects/pages/NavigationLeftPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const navItemHelpTrainings = navItemString2ndLevel.replace('XXX', 'Fortbildungen
const navItemHelpContact = navItemString2ndLevel.replace('XXX', 'Kontakt');

const item = '.sidebar-list .link-name';
const subitem = '.sidebar ul li .subitem .link-name';
const subitem = '.sidebar-list .subitem .link-name';

async function clickNavItemLogo() {
await clickElementFromNavigation(navItemLogo);
Expand Down

0 comments on commit 6ac7e2f

Please sign in to comment.