openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

LDAP authentication checkbox is not working as expected #2180

Closed swe12345 closed 10 months ago

swe12345 commented 2 years ago

Problem Description:

LDAP authentication checkbox is not working as expected

Xpath used for enabling the LDAP: //*[@data-test-id='ldap-checkbox-ldapAuthenticationEnabled'] not able to use select checkbox in selenium library to enable LDAP

Click Element is not working for this Xpath where as for other xpaths it seems to be working For example, https://github.com/openbmc/openbmc-test-automation/blob/a7aed4867c32890275ef5d064a090c399111b9f7/gui/gui_test/control_menu/test_manage_power_usage_sub_menu.robot

swe12345 commented 2 years ago

@rahulmah