* New test case for rolling update added. Changes made to be able to run with rh-che.
Signed-off-by: kkanova <kkanova@redhat.com>
* Needless comments removed.
* Fix format of java files
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Fix license header
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Adapt rolling update command to run selenium tests on rh-che
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* CHE-5650: fix stacks' order after sorting
This fix sets fixed sorting order for some prioritized stacks. These
stacks are marked by a 'thumb-tack' icon.
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
* fixup! CHE-5650: fix stacks' order after sorting
* fixup! fixup! CHE-5650: fix stacks' order after sorting
* move unstable WorkspacesListTest selenium test to CheOneThreadTestsSuite
* check that the Loader is closed after the Project Explorer is visibled
* add info about known issue in Refactor selenium page object
* Use xterm.js 3.3.0, but with default styles.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Set terminal theme.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Configure font
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Activate custom key event handler.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Rework resize mehanizm.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Code clean up: remove focus timer - it was workaround for older xterm.js
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Fix cursor position after switch to another tabs.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Little optimization.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Fix format apply a bit docs.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Fix compilation.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Apply get Rendered text method for selenium tests.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Fix format.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Call IDE.TerminalContentProvider.getVisibleText() function when getting text from the terminal
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Update license header in FitAddonJso.java
* Update license header in TerminalThemeJso.java
* Fix formatting of CheTerminal.java
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Fix OpenInTerminalTest by taking into account the number of terminal tab
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Fix WorkingWithTerminalTest after renewal of version of xterm
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Fix WorkingWithSplitPanelTest after renewal of version of xterm
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Fix verification that mc is opened
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Adapt terminal related selenium tests to K8S infrastructure
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
The files are reformatted in order to suit the requirements of coveo maven fmt plug-in of v.2.5.1
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
* Create the selenium test 'ImportAndValidateEclipseCheProjectTest'
* Correct the methods in the 'InformationDialog' using the 'SeleniumWebDriverHelper'
* Correct the methods in the 'MavenPluginStatusBar' using the 'SeleniumWebDriverHelper'
* Add advanced tests of 'Upload File/Folder' feature
* Add selenium test to check overwriting of file
* Add selenium tests to check overwriting of folder
* Finish creating the test methods in the 'UploadIntoProjectTest'
* Add ability to open selected folder in terminal
* Add ability to execute command on new terminal initialized
* Add action in context menu
* Add hotkeys and test
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>