mirror of
https://github.com/lingble/twenty.git
synced 2025-11-20 16:04:57 +00:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
import { Locator, Page } from '@playwright/test';
|
|
|
|
export class StripePage {
|
|
// TODO: implement all necessary methods (staging/sandbox page - does it differ anyhow from normal page?)
|
|
}
|