test Cypress pour EMIL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cypress-emil/cypress/support/common/action.spec.ts

12 lines
181 B

import * as faker from 'faker';
// Compound's Actions
export function openSearchBar() {
// TODO do exemple
}
export function search(query: String) {
// TODO do exemple
}