fix 1 to 100%

This commit is contained in:
Peter Maquiran
2024-04-18 16:32:28 +01:00
parent b8200ffb68
commit 8a88d91b5a
8 changed files with 57 additions and 31 deletions
+21
View File
@@ -4,6 +4,27 @@ export const Cy = {
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',
}
}