fix tests
This commit is contained in:
parent
f10209a5f6
commit
ff9d70e89a
@ -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' })
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user