mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
DOCS: new URL https://docs.netalertx.com/
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@ Tests settings page load, settings groups, and configuration
|
||||
|
||||
import time
|
||||
import os
|
||||
import requests
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.support.ui import WebDriverWait
|
||||
from selenium.webdriver.support import expected_conditions as EC
|
||||
@@ -15,7 +14,7 @@ import sys
|
||||
# Add test directory to path
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
|
||||
from test_helpers import BASE_URL, API_TOKEN # noqa: E402 [flake8 lint suppression]
|
||||
from test_helpers import BASE_URL # noqa: E402 [flake8 lint suppression]
|
||||
|
||||
|
||||
def test_settings_page_loads(driver):
|
||||
|
||||
Reference in New Issue
Block a user