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 UmbracoGlobalUser extends CommandBase { commandName = 'umbracoGlobalUser'; method() { const cy = this.cy; return cy.get('[data-element="global-user"]'); } }