UNPKG

graphdb-workbench-tests

Version:
11 lines (8 loc) 269 B
export class GraphiQLEditorToolsSteps { static getGraphiQLEditorTools() { return cy.get(".graphiql-editor-tools"); } static getGraphiQLEditorTabButton(index) { return GraphiQLEditorToolsSteps.getGraphiQLEditorTools().find('button').eq(index); } }