feat: #8612 changed shelving to VnTable & created e2e tests #1432
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1432
Loading…
Reference in New Issue
No description provided.
Delete Branch "8612-shelvinge2e"
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?
WIP: feat: #8612 changed shelving to VnTable & created e2e teststo feat: #8612 changed shelving to VnTable & created e2e tests@ -10,1 +9,4 @@
import { useSummaryDialog } from 'src/composables/useSummaryDialog';
import exprBuilder from './ShelvingExprBuilder.js';
import VnSelect from 'src/components/common/VnSelect.vue';
import { QCheckbox } from 'quasar';
🚩
@ -0,0 +16,4 @@
});
it('should edit the data and save', () => {
cy.selectOption(parking, 'P-01-1');
cy.dataCy('Code_input').clear();
Creo que se puede dejar en una sola linea el clear() y type(), es decir, clear().type()
Con esto evitamos volver a leer el selector y ver si hay diferencias.
De cara a la ejecucción, mucho mejor
@ -0,0 +7,4 @@
});
it('should redirect on clicking a shelving', () => {
cy.get('#searchbar input').type('{enter}');
cy.typeSearchbar