7 lines
237 B
TypeScript
7 lines
237 B
TypeScript
import { Locator, Page } from '@playwright/test';
|
|
|
|
export class GoogleLogin {
|
|
// TODO: map all things like inputs and buttons
|
|
// (what's the correct way for proceeding with Google interaction? log in each time test is performed?)
|
|
}
|