Fix[ItemType]: Fixed list and e2e #1303

Merged
jon merged 5 commits from Fix-ItemTypeE2E into dev 2025-01-31 09:34:55 +00:00
Member
No description provided.
jon added 1 commit 2025-01-28 13:39:58 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
a8b28de2a4
fix: fixed list and e2e
jon requested review from jsegarra 2025-01-28 13:41:22 +00:00
jsegarra requested changes 2025-01-28 22:26:08 +00:00
Dismissed
@ -183,0 +185,4 @@
:label="t('globals.name')"
data-cy="nameInput"
/>
<VnSelectWorker v-model="data.workerFk" data-cy="workerSelect" />
Member

el data-cy va ahi?

el data-cy va ahi?
@ -183,0 +190,4 @@
:label="t('ItemCategory')"
v-model="data.categoryFk"
:options="itemCategoriesOptions"
option-value="id"
Member

Revisate la docu o las props del componente VnSelect

Revisate la docu o las props del componente VnSelect
@ -18,2 +13,3 @@
cy.dataCy('workerSelect').type('employeeNick');
cy.get('.q-menu .q-item').contains('employeeNick').click();
cy.dataCy('ItemCategory_select').type('Artificial');
cy.dataCy('itemCategorySelect').type('Artificial');
Member

const category = 'Artificial';

const category = 'Artificial';
@ -33,1 +23,3 @@
cy.dataCy('Worker_select').type('buyerNick');
cy.dataCy('codeInput').type('LIL');
cy.dataCy('nameInput').type('Lilium');
cy.dataCy('workerSelect').type('buyerNick');
Member

const worker = 'buyerNick'

const worker = 'buyerNick'
jon added 3 commits 2025-01-31 06:56:49 +00:00
jon requested review from jsegarra 2025-01-31 07:00:49 +00:00
jsegarra approved these changes 2025-01-31 09:25:40 +00:00
jon added 1 commit 2025-01-31 09:33:07 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
e710d45011
Merge branch 'dev' into Fix-ItemTypeE2E
jon merged commit 0fcd969c97 into dev 2025-01-31 09:34:55 +00:00
jon deleted branch Fix-ItemTypeE2E 2025-01-31 09:34:55 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1303
No description provided.