Skip to content

Commit 5de036c

Browse files
Rename method + move call
1 parent 63db9e0 commit 5de036c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,12 @@ public void givenNewProjectCreatedDfuBuiltThenHasDfuBin() throws Exception
191191
}
192192

193193
@Test
194-
public void creatingNewDebugLaunchConfig() throws Exception
194+
public void whenProjectIsSelectedInProjectExplorerThenNewDebugConfigurationHasPrefilledAllFields() throws Exception
195195
{
196196
Fixture.givenNewEspressifIDFProjectIsSelected("EspressIf", "Espressif IDF Project");
197197
Fixture.givenProjectNameIs("NewProjectTest");
198198
Fixture.whenNewProjectIsSelected();
199+
Fixture.givenESP32LaunchTargetIsSelected();
199200
Fixture.selectNewDebugLaunchConfig();
200201
}
201202

@@ -296,7 +297,6 @@ private static void givenESP32LaunchTargetIsSelected()
296297
}
297298

298299
private static void selectNewDebugLaunchConfig() {
299-
givenESP32LaunchTargetIsSelected();
300300
launchBarConfigSelector.select("New Launch Configuration...");
301301
bot.table(0).select("Debug");
302302
bot.table(1).select("ESP-IDF GDB OpenOCD Debugging");

0 commit comments

Comments
 (0)