mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
import type { IE2ETestPage } from '../types';
|
|
|
|
export class BasePage implements IE2ETestPage {
|
|
getters = {};
|
|
|
|
actions = {};
|
|
}
|