Skip to content

Commit

Permalink
Lang sr fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
buresmi7 committed Feb 6, 2024
1 parent 256a7b3 commit 7cf776b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/client/changeLanguage.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ describe('Change language', function () {
it('sr', function () {
cy.visit(golUrlReturn)
setOptions({ lang: 'sr', price: '7.125,00 RSD' })
cy.contains('Pratite cenu 7.125,00 RSD?')
cy.contains('Pratite bolju cenu od 7.125,00 RSD?')
cy.contains('Prague')
cy.contains('London')
cy.get('.content input').type('[email protected]')
cy.get(createButtonSelector).click()
cy.contains('Gotovo. Čim nađemo povoljniju cenu poslaćemo Vam e-poruku.')
cy.contains('Dogovoreno. Čim nađemo povoljniju cenu poslaćemo Vam e-poruku.')
cy.get('.content button').click()
cy.contains('Tražite jeftiniji let? Kliknite ovde.')
})
Expand Down

0 comments on commit 7cf776b

Please sign in to comment.