diff options
| -rw-r--r-- | bitbake/lib/toaster/tests/functional/test_create_new_project.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/functional/test_create_new_project.py b/bitbake/lib/toaster/tests/functional/test_create_new_project.py index 051709b45e..dc7d1fc20b 100644 --- a/bitbake/lib/toaster/tests/functional/test_create_new_project.py +++ b/bitbake/lib/toaster/tests/functional/test_create_new_project.py | |||
| @@ -9,11 +9,12 @@ | |||
| 9 | import re | 9 | import re |
| 10 | import pytest | 10 | import pytest |
| 11 | from django.urls import reverse | 11 | from django.urls import reverse |
| 12 | from selenium.webdriver.support.ui import Select | 12 | from selenium.webdriver.support.select import Select |
| 13 | from tests.functional.functional_helpers import SeleniumFunctionalTestCase | 13 | from tests.functional.functional_helpers import SeleniumFunctionalTestCase |
| 14 | from orm.models import Project | 14 | from orm.models import Project |
| 15 | from selenium.webdriver.common.by import By | 15 | from selenium.webdriver.common.by import By |
| 16 | 16 | ||
| 17 | |||
| 17 | @pytest.mark.django_db | 18 | @pytest.mark.django_db |
| 18 | class TestCreateNewProject(SeleniumFunctionalTestCase): | 19 | class TestCreateNewProject(SeleniumFunctionalTestCase): |
| 19 | 20 | ||
