Files
doneit-web/cypress/enum.ts
T
Peter Maquiran 8a88d91b5a fix 1 to 100%
2024-04-18 16:32:28 +01:00

31 lines
444 B
TypeScript

export const Cy = {
p: {
login: {
b: {
enter: 'loginbutton'
}
},
gabinete: {
aside: {
despacho: 'cypress-despacho-item'
},
},
search: {
input: {
subject: 'cy-subject-input'
},
b: {
search:'cy-search-button'
}
}
},
header: {
b: {
search: 'cy-search-button'
}
},
footer: {
gabinete: 'cypress-gabinete-tab',
}
}