Skip to content

Commit

Permalink
🐞 fix(author): adjust detail selector
Browse files Browse the repository at this point in the history
Heaviside PPN DOAJ011435127

see #90
  • Loading branch information
duncdrum authored and annekauf committed Jun 28, 2024
1 parent 92bdf6c commit 4fc94f2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions cypress/e2e/author.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 4fc94f2

Please sign in to comment.