mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
12a89e6d14
Co-authored-by: Giulio Andreini <andreini@netseven.it>
8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
import { BasePage } from "./base";
|
|
|
|
export class WorkflowHistoryPage extends BasePage {
|
|
getters = {
|
|
workflowHistoryCloseButton: () => cy.getByTestId('workflow-history-close-button'),
|
|
}
|
|
}
|