UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (6 loc) 254 B
import CommandBase from './commandBase'; export default class UmbracoTreeItem extends CommandBase { _commandName: string; method(treeName: any, itemNamePathArray: any): void; findItem(parentElement: any, items: any, index: any): any; }