fix tests

This commit is contained in:
Václav Uruba 2023-09-08 10:46:34 +02:00
parent f10209a5f6
commit ff9d70e89a
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -8,8 +8,8 @@ function initFields() {
return { return {
vatRate: screen.getByLabelText('Sazba DPH (%)', { selector: 'input' }), vatRate: screen.getByLabelText('Sazba DPH (%)', { selector: 'input' }),
basePrice: screen.getByLabelText('Cena bez DPH', { selector: 'input' }), basePrice: screen.getByLabelText('Cena bez DPH (Kč)', { selector: 'input' }),
finalPrice: screen.getByLabelText('Cena s DPH', { selector: 'input' }) finalPrice: screen.getByLabelText('Cena s DPH (Kč)', { selector: 'input' })
}; };
} }