Fixed - Select import, - Remove trailing whitespace, - Set excepted 2lines after imports
Signed-off-by: Alassane Yattara <[email protected]> --- lib/toaster/tests/functional/test_create_new_project.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/toaster/tests/functional/test_create_new_project.py b/lib/toaster/tests/functional/test_create_new_project.py index 051709b4..dc7d1fc2 100644 --- a/lib/toaster/tests/functional/test_create_new_project.py +++ b/lib/toaster/tests/functional/test_create_new_project.py @@ -9,11 +9,12 @@ import re import pytest from django.urls import reverse -from selenium.webdriver.support.ui import Select +from selenium.webdriver.support.select import Select from tests.functional.functional_helpers import SeleniumFunctionalTestCase from orm.models import Project from selenium.webdriver.common.by import By + @pytest.mark.django_db class TestCreateNewProject(SeleniumFunctionalTestCase): -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6008): https://lists.yoctoproject.org/g/toaster/message/6008 Mute This Topic: https://lists.yoctoproject.org/mt/102728369/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/toaster/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
