Skip to content

Commit 09ff318

Browse files
ci: update COM port
1 parent 91a2ea1 commit 09ff318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private static void whenSelectLaunchTargetSerialPort() throws Exception {
118118
LaunchBarTargetSelector targetSelector = new LaunchBarTargetSelector(bot);
119119
targetSelector.clickEdit();
120120
TestWidgetWaitUtility.waitForDialogToAppear(bot, "New ESP Target", 20000);
121-
bot.comboBoxWithLabel("Serial Port:").setSelection("/dev/ttyUSB1 User-Specified Port");
121+
bot.comboBoxWithLabel("Serial Port:").setSelection("/dev/ttyUSB1");
122122
TestWidgetWaitUtility.waitForOperationsInProgressToFinishAsync(bot);
123123
bot.button("Finish").click();
124124
}

0 commit comments

Comments
 (0)