Update configs_page.py to add simple mode button click

This commit is contained in:
Théophile Diot 2024-04-25 10:51:52 +02:00
parent 326b7672cc
commit eb3ba5420d
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -20,6 +20,8 @@ try:
assert_button_click(DRIVER, "//button[@data-services-action='new']")
assert_button_click(DRIVER, "//button[@data-toggle-settings-mode-btn='simple']")
server_name_input = safe_get_element(DRIVER, By.ID, "SERVER_NAME")
assert isinstance(server_name_input, WebElement), "Input is not a WebElement"