refactor: undo skip due to its fix in other PR

This commit is contained in:
Jon Elias 2025-04-04 08:51:01 +02:00
parent f32d07ccaa
commit e5f079121d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('InvoiceOut summary', () => {
});
});
it.skip('should transfer the invoice ', () => {
it('should transfer the invoice ', () => {
cy.typeSearchbar('T1111111{enter}');
cy.dataCy('descriptor-more-opts').click();
cy.get(selectMenuOption(1)).click();