8583-workerE2ETest #1570
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1570
Loading…
Reference in New Issue
No description provided.
Delete Branch "8583-workerE2ETest"
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?
Revisar los usaos de [data-cy], ya que se puede hacer cy.dataCy(variable)
@ -0,0 +4,4 @@
const addNote = '[data-cy="addNote"]';
const numberOfWagons = '[data-cy="numberOfWagons"]';
const linesLimit = '[data-cy="linesLimit"]';
const volumeLimit = '[data-cy="volumeLimit"]';
revisar
@ -0,0 +3,4 @@
const contributionCode = `Representantes de comercio`;
const contractType = `INDEFINIDO A TIEMPO COMPLETO`;
const Business = {
porque la variable va en mayus?
Así lo quiso la BDD
@ -0,0 +26,4 @@
it('should create a business', () => {
cy.fillInForm({
...Business,
esto es lo mismo que hacer cy.fillInForm(Business), no?
Curioso porque si no estaba así, en jenkins no pasaba 🤷♂️
@ -0,0 +12,4 @@
cy.viewport(1280, 720);
cy.login('developer');
cy.visit(`/#/worker/${userId}/medical`);
cy.get('.q-page-sticky > div > .q-btn').click();
este es el botón mas de la tabla? creo que está en commands