mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-30 20:25:38 +00:00
Stabilize ws-test
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
d5547a623e
commit
2d3dac75b3
@ -191,6 +191,10 @@ test.describe('Workspace tests', () => {
|
||||
const signUpPage2 = new SignUpPage(page2)
|
||||
await signUpPage2.signUp(newUser2)
|
||||
|
||||
await page2.waitForURL((url) => {
|
||||
return url.pathname.startsWith('/login/createWorkspace')
|
||||
})
|
||||
|
||||
// Ok we signed in, and no workspace present.
|
||||
await page2.goto(linkText ?? '')
|
||||
const joinPage = new SignInJoinPage(page2)
|
||||
|
Loading…
Reference in New Issue
Block a user