You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe("Should be able to login", () => {
it("Login", () => {
cy.visit("http://www.github.com/login");
cy.get('[name="login"]').type("[email protected]");
});
});
Which is supposed to show some results on dashboard, but nothing happens. No screenshot has taken it seems. We've also raised the same issue in discord.
I was trying this demo code:
Which is supposed to show some results on dashboard, but nothing happens. No screenshot has taken it seems. We've also raised the same issue in discord.
Appreciate your assistance here @cnavrides @etienne-dev-tools @rakeshnambiar
TIA!
The text was updated successfully, but these errors were encountered: