diff --git a/cypress/e2e/author.cy.js b/cypress/e2e/author.cy.js index e9aedcb..8fd9834 100644 --- a/cypress/e2e/author.cy.js +++ b/cypress/e2e/author.cy.js @@ -210,7 +210,7 @@ describe('Author Search', () => { it('first hit should be by the author', {tags: ['@next']}, () => { cy.get('#result0') .find('.resultlist-data') - .contains(/(?=.*barbara)(?=.*köhler)/) + .contains(/(?=.*Barbara)(?=.*Köhler)/) }) @@ -220,7 +220,7 @@ describe('Author Search', () => { .find('[href*=Author]') .each(($el, index, $lis) => { cy.wrap($el) - .contains(/(?=.*barbara)(?=.*köhler)/) + .contains(/(?=.*Barbara)(?=.*Köhler)/) }) .then(($lis) => { cy.wrap($lis)