Fix[ItemType]: Fixed list and e2e #1303
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1303
Loading…
Reference in New Issue
No description provided.
Delete Branch "Fix-ItemTypeE2E"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -183,0 +185,4 @@
:label="t('globals.name')"
data-cy="nameInput"
/>
<VnSelectWorker v-model="data.workerFk" data-cy="workerSelect" />
el data-cy va ahi?
@ -183,0 +190,4 @@
:label="t('ItemCategory')"
v-model="data.categoryFk"
:options="itemCategoriesOptions"
option-value="id"
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');
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');
const worker = 'buyerNick'