mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 20:39:03 +00:00
Qfix: remove hardcoded platform url (#5692)
This commit is contained in:
parent
e752bc44a0
commit
ea388c0933
@ -301,7 +301,8 @@ test.describe('channel tests', () => {
|
||||
})
|
||||
|
||||
test('check if user can copy message', async ({ page }) => {
|
||||
const expectedUrl = `http://localhost:8083/workbench/${data.workspaceName}/chunter/chunter:space:Random|chunter:class:Channel?message=`
|
||||
const baseURL = process.env.PLATFORM_URI ?? 'http://localhost:8083'
|
||||
const expectedUrl = `${baseURL}/workbench/${data.workspaceName}/chunter/chunter:space:Random|chunter:class:Channel?message=`
|
||||
await leftSideMenuPage.clickChunter()
|
||||
await channelPage.clickChannel('random')
|
||||
await channelPage.sendMessage('Test message')
|
||||
|
Loading…
Reference in New Issue
Block a user