You are not testing the login view of com_users, it is the same test you already did in #40240. You need to test here the login view of com_users. Please create first a login menu item on a local Joomla installation, so you can actually see what the login view is doing and then write a proper test for it. You have then to do something in the way of cy.visit('option=com_users?view=login')
I apologize for closing it prematurely, but I felt unsure about how to proceed with testing the login view of com_users. I understand now that I need to create a login menu item on a local Joomla installation so that I can see what the login view is doing and write a proper test for it. Unfortunately, I was not able to work on it today as I was busy with some other work, but I will start again after getting some sleep.
You are not testing the login view of com_users, it is the same test you already did in #40240. You need to test here the login view of com_users. Please create first a login menu item on a local Joomla installation, so you can actually see what the login view is doing and then write a proper test for it. You have then to do something in the way of cy.visit('option=com_users?view=login')