Cypress Test Needs Update
Bug
Description
Describe the problem, what were you doing when you noticed the bug?
The bug was found while integrating the cypress tests from this package into our new tool called gogru. During the integration and test process, I noticed that the cypress test was actually passing when given completely fake credentials. After looking at the test and the video, I investigated the cypress file. In the file, you will find that the credentials are submitted and then it checks for the page title. The problem is, before you even login, that ('Minio Console') is the page title, so this test will probably pass every time without testing a true login, and dashboard check as intended.
Suggest this test gets updated to accomplish the intention of logging in and checking for a dashboard menu element.
I've attached a screenshot of the end of the 'successful' test.
Provide any steps possible used to reproduce the error (ideally in an isolated fashion).
You should be able to re-create by spinning up a cluster/deployment/pipeline and running a cypress test with the wrong credentials on purpose.
BigBang Version
What version of BigBang were you running?
2.48.0 - Against dogfood.
