Discover: SidebarFilter Timeframes fix startDate & endDate.

This commit is contained in:
chiayin
2023-06-07 12:19:03 +08:00
parent 9a403cce71
commit 8912ce6e8b
5 changed files with 86 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
const { defineConfig } = require("cypress");
module.exports = defineConfig({
defaultCommandTimeout: 6000,
e2e: {
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
},