From fe695af9ab1258a5f76d12c68d62d173c164c77a Mon Sep 17 00:00:00 2001 From: pablone Date: Sun, 23 Feb 2025 07:04:02 +0100 Subject: [PATCH] test: refs #6897 enable 'Create entry, modify travel and add buys' test case --- test/cypress/integration/entry/entryList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/entry/entryList.spec.js b/test/cypress/integration/entry/entryList.spec.js index 3ed686cae..4f99f0cb6 100644 --- a/test/cypress/integration/entry/entryList.spec.js +++ b/test/cypress/integration/entry/entryList.spec.js @@ -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');