camptocamp / mel-dataplatform

Source code for MEL's OpenData platform frontend
https://data.lillemetropole.fr/
GNU General Public License v3.0
2 stars 0 forks source link

[Fix]: Fix favorite card e2e test #83

Closed cmoinier closed 3 months ago

cmoinier commented 3 months ago

This PR attempts to fix the recurring failing tests concerning the favorite cards in search. It improves the login function by reusing the latest version of the same feature in gn-ui. It also improves the clicking function on the favorite button and removes the cy.wait on the following request, not needed anymore since it was the login that was failing.