warmfix_customerList_test #1293

Merged
jsegarra merged 7 commits from warmfix_customerList_test into test 2025-01-29 07:44:36 +00:00
Member
No description provided.
jsegarra added 3 commits 2025-01-27 18:01:25 +00:00
jsegarra requested review from alexm 2025-01-27 18:01:30 +00:00
jsegarra added 1 commit 2025-01-27 18:03:48 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
db2844efdb
Merge branch 'test' into warmfix_customerList_test
alexm requested changes 2025-01-28 06:02:39 +00:00
Dismissed
@ -63,3 +63,3 @@
const search = 'Jessica Jones';
cy.searchByLabel('Name', search);
cy.openActionDescriptor('New order');
cy.clickButtonDescriptor(3);
Member

Mejor por nombre que por numero

Mejor por nombre que por numero
jsegarra added 1 commit 2025-01-28 22:35:24 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
e156629775
feat: new command
jsegarra added 1 commit 2025-01-28 22:35:39 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
c86731d9e8
test: remove only
jsegarra reviewed 2025-01-28 22:36:08 +00:00
@ -72,3 +72,3 @@
.get(
selector +
'> .q-field > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native > input'
'> .q-field > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native > input',
Author
Member

formato. Añade una ,

formato. Añade una ,
jsegarra reviewed 2025-01-28 22:36:23 +00:00
@ -331,3 +304,3 @@
Cypress.Commands.add('openUserPanel', () => {
cy.get(
'.column > .q-avatar > .q-avatar__content > .q-img > .q-img__container > .q-img__image'
'.column > .q-avatar > .q-avatar__content > .q-img > .q-img__container > .q-img__image',
Author
Member

formato. Añade una ,

formato. Añade una ,
jsegarra reviewed 2025-01-28 22:36:29 +00:00
@ -357,3 +330,3 @@
Cypress.Commands.add('checkValueSelectForm', (id, search) => {
cy.get(
`.grid-create > :nth-child(${id}) > .q-field > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native > .q-field__input`
`.grid-create > :nth-child(${id}) > .q-field > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native > .q-field__input`,
Author
Member

formato. Añade una ,

formato. Añade una ,
jsegarra reviewed 2025-01-28 22:36:38 +00:00
@ -191,6 +191,7 @@ const debtWarning = computed(() => {
query: {
createForm: JSON.stringify({
clientFk: entity.id,
addressId: entity.defaultAddressFk,
Author
Member

faltaba

faltaba
jsegarra requested review from alexm 2025-01-28 22:36:47 +00:00
alexm approved these changes 2025-01-29 06:19:36 +00:00
jsegarra added 1 commit 2025-01-29 07:41:30 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
179c3daba8
Merge branch 'test' into warmfix_customerList_test
jsegarra merged commit 45b9cffc10 into test 2025-01-29 07:44:36 +00:00
jsegarra deleted branch warmfix_customerList_test 2025-01-29 07:44:36 +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#1293
No description provided.