Skip to content
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

NewProjectDialogTest suite failing on IntelliJ Ultimate 2024.1 #287

Open
richardkocian opened this issue Aug 9, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@richardkocian
Copy link
Collaborator

richardkocian commented Aug 9, 2024

NewProjectDialogTest suite failing on IntelliJ Ultimate 2024.1

NewProjectDialogTest > createEmptyProjectTest() FAILED
    java.util.NoSuchElementException at NewProjectDialogTest.java:376

NewProjectDialogTest > getSetArtifactIdMavenTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > getSetGroupIdMavenTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > getSetModuleNameTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > getSetContentRootTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > getSetArtifactIdGradleTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > setProjectNamePlainJavaProjectTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > selectNewProjectTypeTest() FAILED
    java.util.NoSuchElementException at NewProjectDialogTest.java:376

NewProjectDialogTest > getSetGroupIdGradleTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

NewProjectDialogTest > getSetModuleFileLocationTest() FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException at NewProjectDialogTest.java:403

27 tests completed, 10 failed, 10 skipped

In the Community version there is no problem and all tests pass.

Steps to reproduce:

  1. Decrypt idea.key.gpg inside /src/test-project/idea_license_token
  2. Navigate to /src/test-project
  3. Run: sudo ./gradlew clean integrationUITestUltimate --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.dialogs.project_manipulation.*
@richardkocian richardkocian added the bug Something isn't working label Aug 9, 2024
@richardkocian richardkocian changed the title NewProjectDialogTest suite failing on IntelliJ Ultimate NewProjectDialogTest suite failing on IntelliJ Ultimate 2024.1 Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant