mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
31 lines
444 B
TypeScript
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',
|
|
}
|
|
}
|