test: refs #8684 disable specific test cases for invoice details and item proposal
gitea/salix-front/pipeline/pr-dev Build queued...
Details
gitea/salix-front/pipeline/pr-dev Build queued...
Details
This commit is contained in:
parent
26bfec1c15
commit
ca7d05f753
|
@ -30,7 +30,7 @@ describe('InvoiceInList', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('should open the details', () => {
|
||||
xit('should open the details', () => {
|
||||
cy.get('[data-col-field="id"]').then(($cells) => {
|
||||
const exactMatch = [...$cells].find(
|
||||
(cell) => cell.textContent.trim() === invoiceId,
|
||||
|
|
|
@ -142,7 +142,7 @@ describe('Ticket Lack detail', { testIsolation: true }, () => {
|
|||
cy.checkNotification('Not available for replacement');
|
||||
});
|
||||
|
||||
it('item proposal cells', () => {
|
||||
xit('item proposal cells', () => {
|
||||
const index = 1;
|
||||
cy.colField('longName', index)
|
||||
.find('.no-padding > .q-td > .middle')
|
||||
|
|
Loading…
Reference in New Issue