mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 05:46:39 +02:00
✨ Add WorkspacePage POM for playwright testing
This commit is contained in:
parent
9fd9e0178e
commit
e28d56e670
3 changed files with 103 additions and 34 deletions
|
@ -8,7 +8,7 @@ export class BaseWebSocketPage extends BasePage {
|
|||
* @param {Page} page
|
||||
* @returns
|
||||
*/
|
||||
static setupWebSockets(page) {
|
||||
static initWebSockets(page) {
|
||||
return MockWebSocketHelper.init(page);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue