n8n/cypress/pages/workflow-history.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
203 B
TypeScript
Raw Normal View History

import { BasePage } from "./base";
export class WorkflowHistoryPage extends BasePage {
getters = {
workflowHistoryCloseButton: () => cy.getByTestId('workflow-history-close-button'),
}
}