@mtes-mct/monitor-ui 13.3.0 → 13.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [13.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.2.0...v13.3.0) (2024-03-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **cypress:** add delay option to fill command ([592b941](https://github.com/MTES-MCT/monitor-ui/commit/592b941daebf6a5deb8d68c110adc3b3900bb71b))
7
+
1
8
  ## [13.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.1.0...v13.2.0) (2024-03-07)
2
9
 
3
10
 
package/cypress/index.js CHANGED
@@ -999,7 +999,7 @@ function waitForLastRequest(alias, partialRequest, maxRequests, level = 0, callb
999
999
  // eslint-disable-next-line no-console
1000
1000
  cy.log('Intercepted request', JSON.stringify(interception.request));
1001
1001
  // @ts-ignore
1002
- return cy.waitForLastRequest(alias, partialRequest, maxRequests, level + 1);
1002
+ return cy.waitForLastRequest(alias, partialRequest, maxRequests, level + 1, callback);
1003
1003
  });
1004
1004
  }
1005
1005
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtes-mct/monitor-ui",
3
3
  "description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
4
- "version": "13.3.0",
4
+ "version": "13.3.1",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {