-
Notifications
You must be signed in to change notification settings - Fork 26
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
Intelij: 2024.2 Investigation of Test Automation Changes in the Action Menu After Migration to Gradle IntelliJ Plugin 2.* and Modifications in runIdeForUiTests #1018
Comments
As part of the investigation, I had a chat in the JetBrains Slack channel. Here is the link https://jetbrains-platform.slack.com/archives/C026SVA9MMM/p1729077907382179 As mentioned in the Slack channel, the classic UI has been removed starting from version 2024.2. Users who need the classic UI in I think we have two scenarios:
@TrevCraw What are your thoughts? |
Thank you @vaisakhkannan. My initial thoughts are that we should not let test automation dictate our support in production. Just because we move to a new UI for the test automation does not mean we cannot support the old UI with our plugin. It is probably best to move forward with the new UI for our test automation. |
There is one behavioral difference between Windows and Mac in the new UI for supporting IntelliJ 2024.2 Windows bebaviour difference_in-windows.mp4Mac behaviour Screen.Recording.2024-10-28.at.2.13.14.PM.movI think we should check the conditions to determine which OS is running the UI test. Based on that, we should execute the tests. I also need to check the UI changes on Linux. |
If we're doing File > Save All does this matter? |
@turkeylurkey , Do you mean a double shift action? |
No, I'm talking about 'find menu called "File", find menu item called "Save All" and click it.' |
Ok, Yes @turkeylurkey , in that scenario, we can see the change in the menu bar. In Windows, if we click on the three lines, we get all menus displayed horizontally. However, in Mac, clicking on the three lines shows the menus as list items. So, if we click on 'File,' we should check the other menu items in the popup box that appears. |
I checked the UI behavior on |
I noticed a change in the
Action Menu
bar after migrating to the Gradle IntelliJ Plugin2.*
and modifying therunIdeForUiTests
.A screenshot of the Action Menu bar after these changes is shown below,
Screenshot of the Action Menu bar based on the current main code UI test.
The text was updated successfully, but these errors were encountered: