bổ sung đủ 57 trường hợp test
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user