new applets app for cross-board usage of Applet() & UserApplet() models; dashboard migrations reset and apps reseeded w. new default specs; core.settings & many tests thru-out suite updated accordingly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -8,11 +8,10 @@ from pathlib import Path
|
||||
from selenium import webdriver
|
||||
from selenium.common.exceptions import WebDriverException
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.common.keys import Keys
|
||||
|
||||
from .container_commands import create_session_on_server, reset_database
|
||||
from .management.commands.create_session import create_pre_authenticated_session
|
||||
from apps.dashboard.models import Applet
|
||||
from apps.applets.models import Applet
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.common.keys import Keys
|
||||
|
||||
from .base import FunctionalTest
|
||||
from apps.dashboard.models import Applet
|
||||
from apps.applets.models import Applet
|
||||
|
||||
|
||||
class DashboardMaintenanceTest(FunctionalTest):
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.common.keys import Keys
|
||||
|
||||
from .base import FunctionalTest
|
||||
from .list_page import ListPage
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ from selenium.webdriver.common.by import By
|
||||
from .base import FunctionalTest
|
||||
from .list_page import ListPage
|
||||
from .my_lists_page import MyListsPage
|
||||
from apps.lyric.models import User
|
||||
|
||||
|
||||
class MyListsTest(FunctionalTest):
|
||||
|
||||
@@ -2,7 +2,7 @@ from selenium.webdriver.common.action_chains import ActionChains
|
||||
from selenium.webdriver.common.by import By
|
||||
|
||||
from .base import FunctionalTest
|
||||
from apps.dashboard.models import Applet
|
||||
from apps.applets.models import Applet
|
||||
|
||||
|
||||
class WalletDisplayTest(FunctionalTest):
|
||||
|
||||
Reference in New Issue
Block a user