You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed the occasional timeout in e2e tests. In an effort to reduce flakiness due to connection timeouts, we think it would be beneficial to add a check for the connection.
Solution
Add method to CodeServer e2e model to check connection by asserting that the CODE_SERVER_ADDRESS shows up in the bottom left-corner. If it doesn't, reload.
The text was updated successfully, but these errors were encountered:
Problem
We've noticed the occasional timeout in e2e tests. In an effort to reduce flakiness due to connection timeouts, we think it would be beneficial to add a check for the connection.
Solution
Add method to
CodeServer
e2e model to check connection by asserting that theCODE_SERVER_ADDRESS
shows up in the bottom left-corner. If it doesn't, reload.The text was updated successfully, but these errors were encountered: