Skip to content

Commit 643f98d

Browse files
committed
fixup! fixup! migrate staff-evaluation-edit.ts to python
1 parent dad9393 commit 643f98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evap/staff/tests/test_live.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.urls import reverse
44
from model_bakery import baker
55
from selenium.webdriver.common.by import By
6-
from selenium.webdriver.support.expected_conditions import visibility_of_element_located, element_to_be_clickable
6+
from selenium.webdriver.support.expected_conditions import element_to_be_clickable, visibility_of_element_located
77

88
from evap.evaluation.models import Contribution, Course, Evaluation, Program, Question, Questionnaire, UserProfile
99
from evap.evaluation.tests.tools import LiveServerTest

0 commit comments

Comments
 (0)