Skip to content

Commit e98f99e

Browse files
committed
Bump baselayer for more robust test runner
1 parent f9ccc1b commit e98f99e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

baselayer

cesium_app/tests/conftest.py

-8
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
import pytest
44
import os
55
import pathlib
6-
import distutils.spawn
7-
import types
86
import shutil
9-
from selenium import webdriver
10-
from selenium.webdriver.common.by import By
11-
from selenium.webdriver.support.ui import WebDriverWait
12-
from selenium.webdriver.support import expected_conditions
13-
from selenium.common.exceptions import TimeoutException
14-
from seleniumrequests.request import RequestMixin
157
from pytest_factoryboy import register, LazyFixture
168
from baselayer.app.config import load_config
179
from baselayer.app.test_util import (driver, MyCustomWebDriver, reset_state,

0 commit comments

Comments
 (0)