Fixed calling hideCookieBanner as well as disableGainsight.
Introduced new env variables for both login options.
Refactored login.js to typescript. Improved function overloading.
Added stubbing support for cookies to improve test coverage of cy.login. Added first tests.
Fixed calling
hideCookieBanner
as well asdisableGainsight
. Introduced new env variables for both login options. Refactoredlogin.js
to typescript. Improved function overloading. Added stubbing support for cookies to improve test coverage ofcy.login
. Added first tests.