bổ sung đủ 57 trường hợp test

This commit is contained in:
2026-04-08 08:36:52 +07:00
parent c026e4cc2c
commit 2fd2c6ddb2
10 changed files with 857 additions and 7 deletions
+7
View File
@@ -1,5 +1,12 @@
const mobileScreen = window.matchMedia("(max-width: 990px )");
$(document).ready(function () {
// Disable DataTables alert() error dialogs — use console.error instead.
// Without this, any DataTables warning (e.g. HTML content in cells) shows
// a blocking alert() dialog that breaks UI and automated tests.
if (typeof DataTable !== 'undefined') {
DataTable.ext.errMode = 'none';
}
$(".dashboard-nav-dropdown-toggle").click(function () {
$(this).closest(".dashboard-nav-dropdown")
.toggleClass("show")
+1
View File
@@ -0,0 +1 @@
%PDF-1.4 this is a fake pdf for dusk test only
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB