UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (5 loc) 249 B
import UmbracoFileExists from './umbracoFileExists'; export default class UmbracoPartialViewExists extends UmbracoFileExists { _commandName = 'umbracoPartialViewExists'; _endPoint = '/backoffice/UmbracoTrees/PartialViewsTree/GetNodes?id=-1'; }