mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
update config test
This commit is contained in:
parent
b1945e1be0
commit
b7978990de
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ try:
|
|||
|
||||
assert_button_click(DRIVER, "//button[@data-services-action='new']")
|
||||
|
||||
assert_button_click(DRIVER, "//button[@data-toggle-settings-mode-btn='simple']")
|
||||
# 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