Skip to content

Commit

Permalink
Remove test Heaviside
Browse files Browse the repository at this point in the history
closes #108
  • Loading branch information
annekauf committed Feb 5, 2025
1 parent cf5c212 commit 10b664a
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions cypress/e2e/author.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,36 +136,7 @@ describe('Author Search', () => {
})
})

describe('oliver heaviside' , () => {
beforeEach(() => {
cy.visit({
url: '/Results',
qs: {
lookfor: 'oliver heaviside',
type: 'allFields',
limit: 5
}
})
})

it('should appear in titles or decscription', () => {
cy.get('.resultlist')
.each(($el, index, $lis) => {
cy.wrap($el)
if ($el.text().includes('Oliver Heaviside')) {
cy.get($el)
.contains('Heaviside', {matchCase: false})
} else {
cy.get($el)
.click()
cy.get('.detail-data')
.contains('Heaviside', {matchCase: false})
}
})
})
})



describe('Elfriede Jelinek', () => {
beforeEach(() => {
cy.visit({
Expand Down

0 comments on commit 10b664a

Please sign in to comment.