diff --git a/plinth/tests/functional/__init__.py b/plinth/tests/functional/__init__.py index cf3d8d726..76b1e8bf8 100644 --- a/plinth/tests/functional/__init__.py +++ b/plinth/tests/functional/__init__.py @@ -698,7 +698,7 @@ class BaseAppTests: """Install the app and set it up if needed.""" install(session_browser, self.app_name) - @pytest.fixture(autouse=True) + @pytest.fixture(autouse=True, name='background') def fixture_background(self, session_browser): """Login, install, and enable the app.""" login(session_browser)