Skip to content

Commit f53e3df

Browse files
committed
Opening serial monitor window before testing ports list.
Needed after the adoption of the new editor for all the users.
1 parent 563430f commit f53e3df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common/sketch/test_sketch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def test_run_with_no_port(self):
7575
@pytest.mark.requires_extension
7676
def test_speeds_dropdown(self):
7777
"""Tests that the speeds dropdown exists."""
78+
self.get_element(By.ID, "serial_monitor_toggle").click()
7879
self.get_element(By.ID, "cb_cf_baud_rates")
7980

8081
@pytest.mark.requires_extension

0 commit comments

Comments
 (0)