test: refs #8647 fix skipped tests
This commit is contained in:
parent
db85936963
commit
38bd00e82a
|
@ -7,7 +7,7 @@ Cypress.Commands.add('selectTravel', (warehouse = '1') => {
|
|||
});
|
||||
|
||||
Cypress.Commands.add('deleteEntry', () => {
|
||||
cy.get('[data-cy="descriptor-more-opts"]').should('be.visible').click();
|
||||
cy.dataCy('descriptor-more-opts').should('be.visible').click();
|
||||
cy.waitForElement('div[data-cy="delete-entry"]').click();
|
||||
});
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ describe('InvoiceOut list', () => {
|
|||
it.skip('should open the invoice descriptor from table icon', () => {
|
||||
cy.get(firstSummaryIcon).click();
|
||||
cy.get('.cardSummary').should('be.visible');
|
||||
cy.get('.summaryHeader > div').should('include.text', 'A1111111');
|
||||
cy.get('.summaryHeader > div').should('include.text', 'V10100001');
|
||||
});
|
||||
|
||||
it('should open the client descriptor', () => {
|
||||
|
|
Loading…
Reference in New Issue