wordpress: tests: functional: Add missing marks on tests

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2021-12-22 19:03:59 -08:00 committed by James Valleroy
parent f9c1e09932
commit 98cfa321cb
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import pytest
from plinth.tests import functional
pytestmark = [pytest.mark.apps, pytest.mark.wordpress]
@pytest.fixture(scope='module', autouse=True)
def fixture_background(session_browser):

View File

@ -64,5 +64,6 @@ markers = [
"ttrss",
"upgrades",
"users",
"wordpress",
"zoph",
]