Files

31 lines
444 B
TypeScript
Raw Permalink Normal View History

2024-04-11 09:13:30 +01:00
export const Cy = {
p: {
login: {
b: {
enter: 'loginbutton'
}
2024-04-18 16:32:28 +01:00
},
gabinete: {
aside: {
despacho: 'cypress-despacho-item'
},
},
search: {
input: {
subject: 'cy-subject-input'
},
b: {
search:'cy-search-button'
}
}
},
header: {
b: {
search: 'cy-search-button'
2024-04-11 09:13:30 +01:00
}
2024-04-18 16:32:28 +01:00
},
footer: {
gabinete: 'cypress-gabinete-tab',
2024-04-11 09:13:30 +01:00
}
}