Introduce `department_selfserve_studio_layouts` table for department-specific layouts and implement advanced auto-layout functionality in the DepartmentSelfServeStudio module. Added custom node definitions, updated styling, and integrated new logics for sorting and visualizing nodes in the Vue Flow interface.
6 lines
160 B
PHP
6 lines
160 B
PHP
<?php
|
|
|
|
it('did not record any real Shelly request attempts during self-serve tests', function (): void {
|
|
expect(shelly_test_guard_entries())->toBe([]);
|
|
});
|