diff --git a/cypress/e2e/nested.cy.js b/cypress/e2e/nested.cy.js index c05b68a..37fd6a7 100644 --- a/cypress/e2e/nested.cy.js +++ b/cypress/e2e/nested.cy.js @@ -65,7 +65,7 @@ describe('Nested Work', () => { }) }) - it.skip('should appear before child work', () => { + it('should appear before child work', {tags: ['@next']}, () => { cy.get('#result0') .find('.media-type') .contains(' Zeitschrift (gedruckt) ')