mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Frontend integration tests
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user