8602-refatorAndCreateEntry #1584

Merged
pablone merged 31 commits from 8602-refatorAndCreateEntry into test 2025-03-18 08:41:59 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 551967410f - Show all commits

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');