diff --git a/cypress/e2e/author.cy.js b/cypress/e2e/author.cy.js index b546bd4..e9aedcb 100644 --- a/cypress/e2e/author.cy.js +++ b/cypress/e2e/author.cy.js @@ -158,18 +158,14 @@ describe('Author Search', () => { } else { cy.get($el) .click() - cy.get('.long-view') - .find('a[id^=description_]') - .click() - cy.get('.additional') + cy.get('.detail-data') .contains('Heaviside', {matchCase: false}) - } - - }) - + } + }) }) }) + describe('Elfriede Jelinek', () => { beforeEach(() => { cy.visit({