Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created June 14, 2020 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/c09f4032f6fb51828acaa359c2c51288 to your computer and use it in GitHub Desktop.
Save ksakae1216/c09f4032f6fb51828acaa359c2c51288 to your computer and use it in GitHub Desktop.
import * as common from './common.po';
export const navigatoTo = () => cy.visit(common.baseUrl);
export const getContent = () => cy.get('.js-content-login');
export const valid = () => {
getContent().should('be.visible');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment