You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getbtnIncidentLeftPanel(){returnthis.driver.$('a[aria-label="Ir a Reporte de incidencias"]');}
7
+
getincidentsTypeDropdown(){returnthis.driver.$("//button[@role='combobox' and .//span[normalize-space()='Seleccione el tipo']]");;}
8
+
getincidentTypeOption(){returnthis.driver.$('.//div[normalize-space()="Error en el sistema"]');}
9
+
getincidentDescription(){returnthis.driver.$('//textarea[@data-slot="textarea" and @placeholder="Describa el problema que presentó..." and @wrap="soft"]');}
10
+
getpublishButton(){returnthis.driver.$('//button[@data-slot="button" and normalize-space()="Publicar"]');}
11
+
getconfirmPublishButton(){returnthis.driver.$('//button[@type="button" and normalize-space()="Confirmar"]');}
getadministracionPageButton(){returnthis.driver.$('//button[@data-slot="collapsible-trigger" and @data-sidebar="menu-button" and normalize-space()="Administracion"]');}
14
+
getseeIndidentsButton(){returnthis.driver.$('//a[@data-slot="sidebar-menu-sub-button" and @data-sidebar="menu-sub-button" and @href="/inicio//administrador/incidencia" and .//span[normalize-space()="Ver incidencias"]]');}
0 commit comments