Skip to content

Commit

Permalink
skip title AAR
Browse files Browse the repository at this point in the history
  • Loading branch information
annekauf authored and duncdrum committed Oct 8, 2024
1 parent 96e8ecd commit b670c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/nested.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) ')
Expand Down

0 comments on commit b670c42

Please sign in to comment.