-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor tabs are not restored after refreshing browser tab #15317
Comments
Out of curiosity why do you need to refresh? This smells like a workaround for another issue. I am setting P2 because I don't consider refreshing the browser something a user should do so this issue doesn't have a big impact on users. Of course if that affects tests it should be fixed and priority raised. But I would prefer if we remove the refresh in the test case. |
There are dedicated E2E tests, which check that tabs are being restored after refresh of browser tab. That beheviour was treated as important, so as it's quite usual situation when user has a lot of opened files, and from some reasons has lost connection to server, or workspace has stopped by timeout. And it's expected user would not need to find and reopen files after restoring access to his workspace. |
@dmytro-ndp |
There is related problem appeared after refresh #15332 |
Ok thanks for the explanation @dmytro-ndp. In this case, if it's not a workaround to bypass some other problem, I think we should fix this issue (and hopefully #15332 would address it). |
The PR seems to be merged, but I can still reproduce on nightly Che. |
I investigated the issue #15332 and found that the cause of the problem was related to task schema and validation system for tasks. It was fixed within the corresponding PRs to I think here is another cause of the problem, so it's still relevant issue. |
Closing as I cannot reproduce it anymore. Feel free to reopen if needed. |
Thanks @SkorikSergey for checking it! |
Describe the bug
The selenium tests fails because Editor tabs are not restored after refreshing browser tab.
https://ci.codenvycorp.com/view/qa-nightly/job/che-integration-tests-multiuser-master-ocp/850/Selenium_20tests_20report/failsafe-report.html#org.eclipse.che.selenium.workspaces.ProjectStateAfterRefreshTest
https://ci.codenvycorp.com/view/qa-nightly/job/che-integration-tests-multiuser-master-ocp/850/Selenium_20tests_20report/failsafe-report.html#org.eclipse.che.selenium.workspaces.ProjectStateAfterRenameWorkspaceTest
Che version
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Environment
The text was updated successfully, but these errors were encountered: