Skip to content

Commit 66d2f25

Browse files
Separate .finish button
1 parent b7d535f commit 66d2f25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/com.espressif.idf.ui.test/src/com/espressif/idf/ui/test/executable/cases/project/NewEspressifIDFProjectTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public void whenProjectIsSelectedInProjectExplorerThenNewDebugConfigurationHasPr
201201
Fixture.compareProjectName();
202202
Fixture.compareActualExePath();
203203
Fixture.compareSVDPath();
204+
Fixture.finishDebugLaunchConfigCreation();
204205
}
205206

206207
private static class Fixture
@@ -325,6 +326,10 @@ private static void compareSVDPath()
325326
bot.cTabItem("SVD Path").activate();
326327
SWTBotText filePathTxtWidget = bot.textWithLabel("File path:");
327328
assertTrue(filePathTxtWidget.getText().contains("esp32.svd"));
329+
}
330+
331+
private static void finishDebugLaunchConfigCreation()
332+
{
328333
bot.button("Finish").click();
329334
}
330335

0 commit comments

Comments
 (0)