mirror of
https://github.com/maputnik/editor.git
synced 2025-12-22 06:00:01 +00:00
Added more webdriver tests testing against a real browser.
This commit is contained in:
@@ -131,8 +131,7 @@ export default class FunctionSpecProperty extends React.Component {
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
return <div className={propClass}>
|
||||
return <div className={propClass} data-wd-key={"spec-field:"+this.props.fieldName}>
|
||||
{specField}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user