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

Commit

Permalink
try different selector
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 11, 2024
1 parent 4e133c6 commit 7b06d9f
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 = '.subitem .link-name';
const subitem = '.sidebar ul li .subitem .link-name';

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

0 comments on commit 7b06d9f

Please sign in to comment.