test: refs #6897 enable 'Create entry, modify travel and add buys' test case
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2025-02-23 07:04:02 +01:00
parent c7b753a4ef
commit fe695af9ab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ describe('Entry', () => {
);
});
it.skip('Create entry, modify travel and add buys', () => {
it('Create entry, modify travel and add buys', () => {
createEntryAndBuy();
cy.get('a[data-cy="EntryBasicData-menu-item"]').click();
selectTravel('two');