From 6ac7e2f7e75edebfa162c2db1fd862b8356d1702 Mon Sep 17 00:00:00 2001 From: Odalys Adam Date: Tue, 11 Jun 2024 17:02:51 +0200 Subject: [PATCH] try another selector --- page-objects/pages/NavigationLeftPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page-objects/pages/NavigationLeftPage.js b/page-objects/pages/NavigationLeftPage.js index 4741f142..7baa7498 100644 --- a/page-objects/pages/NavigationLeftPage.js +++ b/page-objects/pages/NavigationLeftPage.js @@ -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);