mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - add missing import in instances_page tests
This commit is contained in:
parent
47b86c9a48
commit
e78a0f9129
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from selenium.common.exceptions import TimeoutException, WebDriverException
|
|||
from wizard import DRIVER
|
||||
from base import TEST_TYPE
|
||||
from utils import access_page, assert_button_click, safe_get_element, wait_for_service
|
||||
from time import sleep
|
||||
|
||||
exit_code = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue