fix tests
This commit is contained in:
@@ -8,8 +8,8 @@ function initFields() {
|
||||
|
||||
return {
|
||||
vatRate: screen.getByLabelText('Sazba DPH (%)', { selector: 'input' }),
|
||||
basePrice: screen.getByLabelText('Cena bez DPH', { selector: 'input' }),
|
||||
finalPrice: screen.getByLabelText('Cena s DPH', { selector: 'input' })
|
||||
basePrice: screen.getByLabelText('Cena bez DPH (Kč)', { selector: 'input' }),
|
||||
finalPrice: screen.getByLabelText('Cena s DPH (Kč)', { selector: 'input' })
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user