Get rid of terminal workarounds in the "e2e" tests #15038
Labels
area/qe
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Milestone
Is your enhancement related to a problem? Please describe.
Previously, the "Theia" had a terminal based on "canvas", it made interaction with the terminal impossible by selenium. That's why was implemented workarounds which were sending terminal output to the text file.
This problem was described in the issue #14772
Describe the solution you'd like
The issue #14772
was fixed by PR eclipse-theia/theia#6471
It makes possible switching between the terminal render types.
We should get rid of workarounds and interact with the terminal directly.
The text was updated successfully, but these errors were encountered: