From 4fc94f2d5891b3a3ff7179d26613bffc0909981f Mon Sep 17 00:00:00 2001 From: Duncan Paterson Date: Mon, 17 Jun 2024 20:12:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(author):=20adjust=20detail?= =?UTF-8?q?=20selector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Heaviside PPN DOAJ011435127 see #90 --- cypress/e2e/author.cy.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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({