Skip to content

Commit 19fac58

Browse files
committed
fix: fix for 2023.3 use case
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent b7cd9a3 commit 19fac58

File tree

3 files changed

+46
-16
lines changed

3 files changed

+46
-16
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -222,27 +222,19 @@ jobs:
222222
- name: Archiving tests reports
223223
uses: actions/upload-artifact@v4
224224
with:
225-
name: linux-test-reports
225+
name: linux-test-reports-${{ matrix.IJ }}
226226
path: src/test-project/build/reports/tests/*
227227
if: always()
228228
- name: Archiving screenshots
229229
uses: actions/upload-artifact@v4
230230
with:
231-
name: linux-screenshots
231+
name: linux-screenshots-${{ matrix.IJ }}
232232
path: src/test-project/build/screenshots/*
233233
if-no-files-found: ignore
234234
if: always()
235235
- name: Archiving StepLogger logs
236236
uses: actions/upload-artifact@v4
237237
with:
238-
name: linux-steplogger-logs
238+
name: linux-steplogger-logs-${{ matrix.IJ }}
239239
path: src/test-project/build/test-results/*
240240
if: always()
241-
- name: Archiving coverage for sonar
242-
uses: actions/upload-artifact@v4
243-
if: always()
244-
with:
245-
name: sonar-coverage
246-
path: |
247-
src/test-project/build/test-results/**/*.xml
248-
src/test-project/build/jacoco/

gradle/verification-metadata.xml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<trusted-key id="2E3A1AFFE42B5F53AF19F780BCF4173966770193" group="org.jetbrains"/>
1313
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" group="org.jacoco"/>
1414
<trusted-key id="60200AC4AE761F1614D6C46766D68DAA073BE985" group="org.slf4j"/>
15+
<trusted-key id="73B03597B892A329DC9B0F43CF84722DFC242EB9" group="org.easytesting"/>
1516
<trusted-key id="6A30D7A614899833CE2F5FA3CEE8B79520334B30" group="org.assertj" version="2.2.1"/>
1617
<trusted-key id="A778FDE933A96DDA827840D8E2B3D84202B812D9" group="org.assertj" version="2.2.7"/>
1718
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm" name="asm-bom" version="9.5"/>
@@ -116,6 +117,21 @@
116117
<sha256 value="0e946f486b972c080fc229f65373d15104af6674c630fd9f125c4fd72120773b" origin="Generated by Gradle" reason="Artifact is not signed"/>
117118
</artifact>
118119
</component>
120+
<component group="org.jacoco" name="org.jacoco.build" version="0.8.9">
121+
<artifact name="org.jacoco.build-0.8.9.pom">
122+
<sha256 value="02678f267cdaa23ff51772ad1f033a1f3ff5741cc10d444740bd4834d47583b3" origin="Generated by Gradle" reason="Artifact is not signed"/>
123+
</artifact>
124+
</component>
125+
<component group="org.jacoco" name="org.jacoco.core" version="0.8.9">
126+
<artifact name="org.jacoco.core-0.8.9.pom">
127+
<sha256 value="5404f7052765a64374d275367fd9485bb5996b369113c89a8557d8f024810f02" origin="Generated by Gradle"/>
128+
</artifact>
129+
</component>
130+
<component group="org.jacoco" name="org.jacoco.report" version="0.8.9">
131+
<artifact name="org.jacoco.report-0.8.9.pom">
132+
<sha256 value="81e413bdde52bc70ae63f5cb14e524e5691532db7779b55d5899ee5c0b6fb871" origin="Generated by Gradle"/>
133+
</artifact>
134+
</component>
119135
<component group="org.jetbrains" name="annotations" version="13.0">
120136
<artifact name="annotations-13.0.jar">
121137
<sha256 value="ace2a10dc8e2d5fd34925ecac03e4988b2c0f851650c94b8cef49ba1bd111478" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -129,6 +145,11 @@
129145
<sha256 value="f13df2e4caf1febce567667e7c378101a0331d53d1324d6e2dfe3aecfb1f7774" origin="Generated by Gradle" reason="Artifact is not signed"/>
130146
</artifact>
131147
</component>
148+
<component group="org.junit" name="junit-bom" version="5.12.2">
149+
<artifact name="junit-bom-5.12.2.pom">
150+
<sha256 value="cef80fec86454f6806bfb0df24669b5c6f32e2cb728539ea859f47dfdc9bbc17" origin="Generated by Gradle" reason="Artifact is not signed"/>
151+
</artifact>
152+
</component>
132153
<component group="org.junit" name="junit-bom" version="5.5.2">
133154
<artifact name="junit-bom-5.5.2.pom">
134155
<sha256 value="5a49562a4704541e69d4ee316cd7eaf711cddb7cad5d0f886bf8a1fe98d6a9c5" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -147,6 +168,14 @@
147168
<sha256 value="f19afe0923b01935c40f2e7e96d66037e2008b7017917cc7051338377849618e" origin="Generated by Gradle" reason="Artifact is not signed"/>
148169
</artifact>
149170
</component>
171+
<component group="org.junit.jupiter" name="junit-jupiter-api" version="5.12.2">
172+
<artifact name="junit-jupiter-api-5.12.2.jar">
173+
<sha256 value="0b9ca728e4bcd9adc57f29deb9556ff9ed5e08b4e8843b875aba4e4e3e04f092" origin="Generated by Gradle" reason="Artifact is not signed"/>
174+
</artifact>
175+
<artifact name="junit-jupiter-api-5.12.2.pom">
176+
<sha256 value="566282166489bd40b12c3507b995e48f8e025e09a05e7d16dd2b98dc642cf7de" origin="Generated by Gradle" reason="Artifact is not signed"/>
177+
</artifact>
178+
</component>
150179
<component group="org.junit.platform" name="junit-platform-commons" version="1.11.3">
151180
<artifact name="junit-platform-commons-1.11.3.jar">
152181
<sha256 value="be262964b0b6b48de977c61d4f931df8cf61e80e750cc3f3a0a39cdd21c1008c" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -155,6 +184,14 @@
155184
<sha256 value="816ebd3244a770d915d9c1d40d3b4651fe348f42f89b7cb7ebd0dee209c52040" origin="Generated by Gradle" reason="Artifact is not signed"/>
156185
</artifact>
157186
</component>
187+
<component group="org.junit.platform" name="junit-platform-commons" version="1.12.2">
188+
<artifact name="junit-platform-commons-1.12.2.jar">
189+
<sha256 value="e683a01e85dfabea520c056ac6015a6162756e602ec653c0da85e233f0afbc18" origin="Generated by Gradle" reason="Artifact is not signed"/>
190+
</artifact>
191+
<artifact name="junit-platform-commons-1.12.2.pom">
192+
<sha256 value="4f2b8a9065c909c6892d8622d553b6ab0a70321624499e3b69c1289f59ecc077" origin="Generated by Gradle" reason="Artifact is not signed"/>
193+
</artifact>
194+
</component>
158195
<component group="org.opentest4j" name="opentest4j" version="1.3.0">
159196
<artifact name="opentest4j-1.3.0.jar">
160197
<sha256 value="48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -163,6 +200,11 @@
163200
<sha256 value="9bf7cffc410f3e8372c2522578df9ca56d9d43bd937e30948706c232a943b355" origin="Generated by Gradle" reason="Artifact is not signed"/>
164201
</artifact>
165202
</component>
203+
<component group="org.ow2" name="ow2" version="1.5.1">
204+
<artifact name="ow2-1.5.1.pom">
205+
<sha256 value="321ddbb7ee6fe4f53dea6b4cd6db74154d6bfa42391c1f763b361b9f485acf05" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
206+
</artifact>
207+
</component>
166208
<component group="org.ow2.asm" name="asm" version="9.5">
167209
<artifact name="asm-9.5.jar">
168210
<sha256 value="b62e84b5980729751b0458c534cf1366f727542bb8d158621335682a460f0353" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -174,6 +216,7 @@
174216
<component group="org.ow2.asm" name="asm-bom" version="9.5">
175217
<artifact name="asm-bom-9.5.pom">
176218
<pgp value="A5BD02B93E7A40482EB1D66A5F69AD087600B22C"/>
219+
<sha256 value="71756b35dd837db638806f00f4077e8bb35fe8d80bd674e8141a307c811635bf" origin="Generated by Gradle"/>
177220
</artifact>
178221
</component>
179222
<component group="org.ow2.asm" name="asm-commons" version="9.5">

src/main/java/com/redhat/devtools/intellij/commonuitest/utils/project/CreateCloseUtils.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
import com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.project.pages.NewProjectFirstPage;
2424
import com.redhat.devtools.intellij.commonuitest.fixtures.mainidewindow.MainIdeWindow;
2525
import com.redhat.devtools.intellij.commonuitest.fixtures.mainidewindow.idestatusbar.IdeStatusBar;
26-
import com.redhat.devtools.intellij.commonuitest.fixtures.mainidewindow.menubar.MenuBar;
2726
import com.redhat.devtools.intellij.commonuitest.utils.constants.ProjectLocation;
2827
import com.redhat.devtools.intellij.commonuitest.utils.constants.XPathDefinitions;
29-
import com.redhat.devtools.intellij.commonuitest.utils.screenshot.ScreenshotUtils;
3028

3129
import java.time.Duration;
3230
import java.util.List;
@@ -127,9 +125,6 @@ public static void waitAfterOpeningProject(RemoteRobot remoteRobot) {
127125
}
128126
ideStatusBar.waitUntilAllBgTasksFinish(500);
129127
CodeWithMeDialog.closeCodeWithMePopupIfItAppears(remoteRobot);
130-
//ensure main menu is visible
131-
new MenuBar(remoteRobot).setVisible();
132-
ScreenshotUtils.takeScreenshot(remoteRobot);
133128
}
134129

135130
/**

0 commit comments

Comments
 (0)