We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b80218 commit 647f51dCopy full SHA for 647f51d
prototypes/basic/tests/helpers/mapping_page.js
@@ -39,7 +39,7 @@ export class MappingPage {
39
setMapping = async(columnName, fieldName) => {
40
let cols = await this.getColumnNames()
41
let idx = cols.findIndex((x)=>x == columnName);
42
- await this.p.locator(`[name='${idx}']`).selectOption(fieldName)
+ await this.p.locator(`[name='field-${idx}']`).selectOption(fieldName)
43
}
44
45
submit = async() => {
0 commit comments