Skip to content

Commit

Permalink
Update author.cy.js
Browse files Browse the repository at this point in the history
see #14

failing on StabiKat

tried to fix test Karin Glaser
  • Loading branch information
annekauf committed Jan 24, 2024
1 parent 7c00ef2 commit 7613000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/author.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Author Search', () => {
it('first hit should be by the author', {tags: ['@next']}, () => {
cy.get('#result0')
.find('.resultlist-data')
.contains('Glaser, Karin')
.contains(/^(?=.*Karin)(?=.*Glaser)$/)

})
})
Expand Down

0 comments on commit 7613000

Please sign in to comment.