UNPKG

graphdb-workbench-tests

Version:
10 lines (8 loc) 236 B
export class SavedSparqlQueriesWidgetSteps { static getWidget() { return cy.get('.saved-sparql-queries-widget'); } static getWidgetName() { return this.getWidget().find('#saved-queries-label-home'); } }