diff --git a/src/pages/Worker/WorkerManagementFilter.vue b/src/pages/Worker/WorkerManagementFilter.vue
index 854a05c0f..f5ef8cbfc 100644
--- a/src/pages/Worker/WorkerManagementFilter.vue
+++ b/src/pages/Worker/WorkerManagementFilter.vue
@@ -53,10 +53,16 @@ const getLocale = (label) => {
-
-
+
+
+
+
+
diff --git a/test/cypress/integration/worker/workerManagement.spec.js b/test/cypress/integration/worker/workerManagement.spec.js
index 590dfe6d2..ef605f464 100644
--- a/test/cypress/integration/worker/workerManagement.spec.js
+++ b/test/cypress/integration/worker/workerManagement.spec.js
@@ -1,4 +1,4 @@
-describe('WorkerList', () => {
+describe('WorkerManagement', () => {
const nif = '12091201A';
const searchButton = '.q-scrollarea__content > .q-btn--standard > .q-btn__content';
const url = '/#/worker/management';
@@ -12,9 +12,7 @@ describe('WorkerList', () => {
it('should enter the section and filter by NIF, then open the worker summary popup', () => {
cy.login('hr');
cy.visit(url);
- cy.get('[label="NIF"] > .q-field > .q-field__inner > .q-field__control').type(
- nif,
- );
+ cy.dataCy('worker-filter-fi').type(nif);
cy.get(searchButton).click();
cy.dataCy('tableAction-0').click();
cy.get('.summaryHeader').should('exist');