UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

12 lines (8 loc) 236 B
import CommandBase from './commandBase'; export default class UmbracoGlobalHelp extends CommandBase { commandName = 'umbracoGlobalHelp'; method() { const cy = this.cy; return cy.get('[data-element="global-help"]'); } }