wazuh-fe-qa / wazuh-cypress

frontend e2e tests using cypress.
3 stars 0 forks source link

Enable and Disable modules test cases failed on Github Actions #60

Open mauceballos opened 2 years ago

mauceballos commented 2 years ago

Description the Enable and Disable modules test cases failed when we run the Github Action for Xpack

Version : cypress-reports-XPACK-v4-3-5-rc1-7-17-4

Error: the following mappers haven't reference

cypress/integration/utils/mappers/odfe/modules-mapper.js
cypress/integration/utils/mappers/wzd/modules-mapper.js
cypress/integration/utils/mappers/xpack/modules-mapper.js
cypress/integration/utils/mappers/basic/modules-mapper.js
![cypress-reports-XPACK-v4-3-5-rc1-7-17-4-output-html-2022-06-28-08_46_23](https://user-images.githubusercontent.com/76791841/176170913-4538e740-4657-4027-985a-44e827b414c5.png)

Fix: we change the mapper's reference on MODULES_CARDS and MODULES_SETTINGS.

mauceballos commented 2 years ago

Testing:

Disable Modules:

![Screenshot from 2022-06-28 09-00-54](https://user-images.githubusercontent.com/76791841/176173801-1445050f-49d5-4b76-9615-54bf5cf34175.png)

Enable Modules:

![Screenshot from 2022-06-28 09-08-55](https://user-images.githubusercontent.com/76791841/176175128-1dafccdf-4bf2-4d42-96b5-12134e513c6b.png)
mauceballos commented 2 years ago

PR