mirror of
https://github.com/coder/code-server.git
synced 2026-06-17 15:37:09 +02:00
fix: re-enable skipped Heart tests and make non-asserting checks assert (#7845)
This commit is contained in:
committed by
GitHub
parent
72086edbdb
commit
7dfd68589a
@@ -13,7 +13,7 @@ function runTestExtensionTests() {
|
||||
|
||||
// Remove end slash in address.
|
||||
const normalizedAddress = address.replace(/\/+$/, "")
|
||||
await codeServerPage.page.getByText(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}/`)
|
||||
await expect(codeServerPage.page.getByText(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}/`)).toBeVisible()
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user