Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Mar 6, 2024
1 parent d0bbfb3 commit 3f32ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/example.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
describe('My First Test', () => {
it('visits the app root url', () => {
cy.visit('/');
cy.contains('h1', 'Voľby do Národnej rady Slovenskej republiky');
cy.contains('h1', 'Voľby prezidenta Slovenskej republiky');
});
});

0 comments on commit 3f32ecb

Please sign in to comment.