We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cba956 commit da6cf75Copy full SHA for da6cf75
tests/com.espressif.idf.ui.test/src/com/espressif/idf/ui/test/TerminalViewTest.java
@@ -41,7 +41,7 @@ public void testOpenTerminalView() throws Exception
41
File outputFile = tempFile.toFile();
42
outputFile.deleteOnExit(); // ensure cleanup after JVM exits
43
44
- bot.toolbarButtonWithTooltip("Open a Terminal").click();
+ bot.toolbarButtonWithTooltip("Open a Terminal (Ctrl+Alt+Shift+T)").click();
45
bot.comboBox().setSelection("ESP-IDF Terminal");
46
bot.button("OK").click();
47
SWTBotView terminalView = bot.viewByTitle("Terminal");
0 commit comments