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 1961750c86 - Show all commits

View File

@ -19,7 +19,7 @@ describe('ClaimDevelopment', () => {
cy.getValue(firstLineReason).should('equal', lastReason);
});
it('should edit line', () => {
it.skip('should edit line', () => {
cy.selectOption(firstLineReason, newReason);
cy.saveCard();

View File

@ -35,7 +35,7 @@ describe('TicketList', () => {
cy.get('.summaryBody').should('exist');
});
it('filter client and create ticket', () => {
it.skip('filter client and create ticket', () => {
cy.intercept('GET', /\/api\/Tickets\/filter/).as('ticketSearchbar');
searchResults();
cy.wait('@ticketSearchbar');