FIX: ensures select-kit can select a row with 0 as value (#8955)

This commit is contained in:
Joffrey JAFFEUX
2020-02-13 09:04:32 +01:00
committed by GitHub
parent e1e74abd4f
commit 42bda52486
4 changed files with 28 additions and 5 deletions

View File

@ -169,7 +169,7 @@ export default function selectKit(selector) {
},
async selectRowByName(name) {
await selectKitSelectRowByValue(name, selector);
await selectKitSelectRowByName(name, selector);
},
async selectNoneRow() {