mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-04 17:46:34 +02:00
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
import type { IE2ETestPage } from '../types';
|
|
|
|
export class BasePage implements IE2ETestPage {
|
|
getters = {};
|
|
|
|
actions = {};
|
|
}
|