N°9101 - Improve HTML markup for end-to-end tests automation (#856)

This commit is contained in:
Lenaick
2026-03-25 17:20:28 +01:00
committed by GitHub
parent c56c7a1f9d
commit 0c517f254c
6 changed files with 9 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ class SetupPage extends NiceWebPage
{
public const DEFAULT_PAGE_TEMPLATE_REL_PATH = 'pages/backoffice/setuppage/layout';
protected const BODY_DATA_GUI_TYPE = 'setup';
public function __construct($sTitle)
{
parent::__construct($sTitle);