test: refs #8441 skip invoice assigned invoices pop-ups due to Redmine #8872
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
9c3d92a244
commit
31ac582c16
|
@ -98,7 +98,8 @@ describe('Vehicle summary', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Invoice assigned invoices pop-ups', () => {
|
||||
// redmine: #8872
|
||||
describe.skip('Invoice assigned invoices pop-ups', () => {
|
||||
it('Should redirect to the invoiceIn summary from the invoice descriptor pop-up', () => {
|
||||
cy.get(selectors.assignedInvoicesInvoiceLink)
|
||||
.should('be.visible')
|
||||
|
|
Loading…
Reference in New Issue