Skip to content

Commit

Permalink
Update language.multilingual.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 17, 2024
1 parent 3dd350e commit 5505df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/cypress/tests/language.multilingual.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Searchkit block tests – search - multilingual', () => {
cy.removeContent({ path: 'de/der-garten-im-februar' });
});

it('I can search within language', function () {
it('I can search', function () {
cy.get('.searchbar-wrapper input').type('february{enter}');
cy.get('.block.searchkitsearch').contains('The garden in february');
});
Expand Down

0 comments on commit 5505df1

Please sign in to comment.