Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of E2E tests check of Che/Che-theia repo PR

Hello everyone,

FYI: language server validation step had been fixed in master branch, but next E2E Happy path tests failure had been revealed: on "Add debug configuration options" step (an issue https://github.com/eclipse/che/issues/15586):
   * Che QE team is investigating new failure
   * Recognized by the following error message in jenkins job console log:

----------------------------------------------------------------------------
  ▼ Editor.clickOnSuggestion "Java: Launch Program in Current File"
        ▼ Editor.waitTabWithUnsavedStatus "launch.json"
    1) Add debug configuration options


  23 passing (17m)
  1 pending
  1 failing

  1) Validation of debug functionality
       Add debug configuration options:
     TimeoutError: Waiting for element to be located By(xpath, //div[text()='launch.json']/parent::li[contains(@class, 'theia-mod-dirty')])
Wait timed out after 300011ms

--------------------------------------------------------------------------

--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
Che QE team

Back to the top