enonic / xp-ui-testing

Selenium tests for testing Enonic XP UI elements
3 stars 0 forks source link

Add selenium tests for allowPath, allowType properties from the ContentSelector #6

Closed sgauruseu closed 7 years ago

sgauruseu commented 7 years ago

example:

  <label>Allow articles</label>
  <occurrences minimum="0" maximum="0"/>
  <config>
    <relationship>system:reference</relationship>
    <allowType>article</allowType>
  </config>
</input>