@centreon/js-config 24.5.2 → 24.5.4

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.
@@ -747,7 +747,7 @@ Cypress.Commands.add(
747
747
 
748
748
  Cypress.Commands.add('getTimeFromHeader', (): Cypress.Chainable => {
749
749
  return cy
750
- .get('header div[data-cy="clock"]', { timeout: 10000 })
750
+ .get('header div[data-cy="clock"]', { timeout: 20000 })
751
751
  .should('be.visible')
752
752
  .then(($time) => {
753
753
  const headerTime = $time.children()[1].textContent;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "24.5.2",
4
+ "version": "24.5.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon-frontend.git"
@@ -32,7 +32,7 @@ const getBaseConfiguration = ({
32
32
  shared: [
33
33
  {
34
34
  '@centreon/ui-context': {
35
- requiredVersion: '24.x',
35
+ requiredVersion: '1.x',
36
36
  singleton: true
37
37
  }
38
38
  },