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