mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update configs_page.py to add simple mode button click
This commit is contained in:
parent
326b7672cc
commit
eb3ba5420d
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue