UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (5 loc) 225 B
import UmbracoFileExists from './umbracoFileExists'; export default class UmbracoScriptExists extends UmbracoFileExists { _commandName = 'umbracoScriptExists'; _endPoint = '/BackOffice/Api/ScriptsTree/GetNodes?id=-1'; }