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.
8 lines
181 B
PHP
8 lines
181 B
PHP
<?php
|
|
|
|
usesApiSuite();
|
|
|
|
it('did not record any real Shelly request attempts during self-serve API tests', function (): void {
|
|
expect(shelly_test_guard_entries())->toBe([]);
|
|
});
|