mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 08:36:38 +02:00
✨ Frontend integration tests
This commit is contained in:
parent
99371234dc
commit
6b76213128
4 changed files with 17 additions and 6 deletions
|
@ -27,6 +27,6 @@ export class BaseWebSocketPage extends BasePage {
|
|||
* @returns {Promise<MockWebSocketHelper>}
|
||||
*/
|
||||
async waitForNotificationsWebSocket() {
|
||||
return this.waitForWebSocket("ws://0.0.0.0:3500/ws/notifications");
|
||||
return this.waitForWebSocket("ws://localhost:3000/ws/notifications");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue