Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test(command): Select staticarea of field if input is not available
version-14
Suraj Shetty
hace 3 años
padre
47a63b94e6
commit
c27b9d3f31
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
cypress/support/commands.js
+ 1
- 1
cypress/support/commands.js
Ver fichero
@@ -207,8 +207,8 @@ Cypress.Commands.add('get_table_field', (tablefieldname, row_idx, fieldname, fie
selector += ` [data-fieldname="${fieldname}"] .ace_text-input`;
} else {
selector += ` [data-fieldname="${fieldname}"]`;
return cy.get(selector).find('.form-control:visible, .static-area:visible').first();
}
return cy.get(selector);
});
Escribir
Vista previa
Cargando…
Cancelar
Guardar