test: refs #8602 skip custom value dialog and order creation tests in OrderCatalog and OrderList
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Pablo Natek 2025-03-18 09:28:14 +01:00
parent 300d0aad22
commit 551967410f
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ describe('OrderCatalog', () => {
searchByCustomTagInput('Silver');
});
it('filters by custom value dialog', () => {
it.skip('filters by custom value dialog', () => {
Cypress.on('uncaught:exception', (err) => {
if (err.message.includes('canceled')) {
return false;

View File

@ -30,7 +30,7 @@ describe('OrderList', () => {
cy.url().should('include', `/order`);
});
it('filter list and create order', () => {
it.skip('filter list and create order', () => {
cy.dataCy('Customer ID_input').type('1101{enter}');
cy.dataCy('vnTableCreateBtn').click();
cy.dataCy('landedDate').find('input').type('06/01/2001');