rapid-laptop-3825
09/13/2021, 2:58 PMimport { validUserName, validPassword } from "../../fixtures/users.json";
import LoginPage from "../page_objects/login";
let login = new LoginPage();
describe("Testing Login Flow happy path", () => {
it("Navigates to Login Page", () => {
login.navigateToLogin();
});
it("Identifies username field and types valid user", () => {
login.getUserName().type(validUserName);
});
it("Identifies password field and types valid password", () => {
login.getPassword().type(validPassword);
});
it("Identifies Sign In button and clicks on it", () => {
login.getSignInButton().click();
});
it("Identifies Sign In success alert and Welcome message", () => {
login.getLoggedInAlert();
login.getWelcomeMessage();
});
});
rapid-laptop-3825
09/13/2021, 2:59 PMimportant-river-75795
09/13/2021, 3:36 PMrapid-laptop-3825
09/13/2021, 5:43 PMfancy-printer-64240
09/14/2021, 1:38 PMcypress/browsers
images get published on DockerHub? I see that the last one is node14.17.0-chrome91-ff89
, when the last Chrome release is 93 and the last Firefox release is 91sticky-terabyte-19707
09/16/2021, 11:47 AMsticky-terabyte-19707
09/16/2021, 11:47 AMTypeError: openProject.getRuns(...).then is not a function
sticky-terabyte-19707
09/16/2021, 11:47 AMsticky-terabyte-19707
09/16/2021, 11:47 AMsticky-terabyte-19707
09/16/2021, 11:48 AMsticky-terabyte-19707
09/16/2021, 11:49 AMTypeError: openProject.getRecordKeys(...).then is not a function
important-river-75795
09/16/2021, 12:12 PMsticky-terabyte-19707
09/16/2021, 1:15 PMjs error not cypress
,,, cypress app was working correctly, until I followed Connect to dashboard
link from Runs tab... and now app constantly crashes when visiting Runs tab.cuddly-winter-72122
09/20/2021, 4:01 PMsticky-terabyte-19707
09/20/2021, 4:51 PMsticky-terabyte-19707
09/20/2021, 5:14 PMsticky-terabyte-19707
09/21/2021, 2:58 PMbulky-sundown-74498
09/21/2021, 2:58 PMsticky-terabyte-19707
09/21/2021, 2:58 PMsticky-terabyte-19707
09/21/2021, 2:59 PMsticky-terabyte-19707
09/21/2021, 2:59 PMbulky-sundown-74498
09/21/2021, 2:59 PMbulky-sundown-74498
09/21/2021, 2:59 PMbulky-sundown-74498
09/21/2021, 3:00 PMbulky-sundown-74498
09/21/2021, 3:00 PMbulky-sundown-74498
09/21/2021, 3:01 PMsticky-terabyte-19707
09/21/2021, 3:01 PMsticky-terabyte-19707
09/21/2021, 3:02 PMsticky-terabyte-19707
09/21/2021, 3:02 PMbulky-sundown-74498
09/21/2021, 3:33 PM