-
-
-
-
-
- deallocatePDA(row.deviceProductionFk)
- )
- "
- >
-
- {{ t('worker.pda.removePDA') }}
-
-
-
-
+
+
+
+
+
+ deallocatePDA(row.deviceProductionFk)
+ )
+ "
+ >
+
+ {{ t('worker.pda.removePDA') }}
+
+
+
@@ -187,26 +168,20 @@ function reloadData() {
es:
+ Model: Modelo
+ Serial number: Número de serie
+ Current SIM: SIM actual
+ Add new device: Añadir nuevo dispositivo
+ PDA deallocated: PDA desasignada
Remove PDA: Eliminar PDA
Do you want to remove this PDA?: ¿Desea eliminar este PDA?
- PDA deallocated: PDA desasignada
- SIM serial number: Número de serie de la SIM
- Model: Modelo
+ You can only have one PDA: Solo puedes tener un PDA si no eres autonomo
This PDA is already assigned to another user: Este PDA ya está asignado a otro usuario
- Add new device: Añadir nuevo dispositivo
diff --git a/test/cypress/integration/worker/workerPda.spec.js b/test/cypress/integration/worker/workerPda.spec.js
index 9af994a70..4184735ae 100644
--- a/test/cypress/integration/worker/workerPda.spec.js
+++ b/test/cypress/integration/worker/workerPda.spec.js
@@ -15,7 +15,7 @@ describe('WorkerPda', () => {
});
it('delete pda', () => {
- cy.get('.q-card > .q-item > .q-item__section--side > .q-icon').click();
+ cy.get('.btn-delete').click();
cy.get(
'.q-card__actions > .q-btn--unelevated > .q-btn__content > .block'
).click();