Skip to content

Commit da6cf75

Browse files
committed
fix: on the remote IDE there is a different lable for terminal
1 parent 1cba956 commit da6cf75

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/TerminalViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void testOpenTerminalView() throws Exception
4141
File outputFile = tempFile.toFile();
4242
outputFile.deleteOnExit(); // ensure cleanup after JVM exits
4343

44-
bot.toolbarButtonWithTooltip("Open a Terminal").click();
44+
bot.toolbarButtonWithTooltip("Open a Terminal (Ctrl+Alt+Shift+T)").click();
4545
bot.comboBox().setSelection("ESP-IDF Terminal");
4646
bot.button("OK").click();
4747
SWTBotView terminalView = bot.viewByTitle("Terminal");

0 commit comments

Comments
 (0)