fixed applet seeding in 0005 migration; many FTs & ITs now require authentication before they pass; New List & My Lists converted to dash applets; home.html offloaded and _applets.html onboarded w. these applets
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:
@@ -12,6 +12,7 @@ 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
|
||||
|
||||
|
||||
|
||||
@@ -44,6 +45,7 @@ class FunctionalTest(StaticLiveServerTestCase):
|
||||
if self.test_server:
|
||||
self.live_server_url = 'http://' + self.test_server
|
||||
reset_database(self.test_server)
|
||||
Applet.objects.get_or_create(slug="new-list", defaults={"name": "New List"})
|
||||
|
||||
def tearDown(self):
|
||||
if self._test_has_failed():
|
||||
|
||||
Reference in New Issue
Block a user