Skip to content

Commit

Permalink
Tests for Main Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lklivingstone committed Dec 26, 2023
1 parent 1429fdd commit 48a5e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admin_view.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from django.test import LiveServerTestCase
from seleniumwire import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import Select
from task.models import Tag, Task
Expand Down

0 comments on commit 48a5e6b

Please sign in to comment.