UNPKG

graphdb-workbench-tests

Version:
10 lines (8 loc) 229 B
export class LicenseWidgetSteps { static getWidget() { return cy.get('.license-widget'); } static getLicenseWidgetHeader() { return LicenseWidgetSteps.getWidget().find('#license-label-home'); } }