UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

8 lines (7 loc) 183 B
import CommandBase from './commandBase'; export default class GetAngular extends CommandBase { commandName = 'getAngular'; method() { return cy.window().its('angular'); } }