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 563430f commit f53e3dfCopy full SHA for f53e3df
tests/common/sketch/test_sketch.py
@@ -75,6 +75,7 @@ def test_run_with_no_port(self):
75
@pytest.mark.requires_extension
76
def test_speeds_dropdown(self):
77
"""Tests that the speeds dropdown exists."""
78
+ self.get_element(By.ID, "serial_monitor_toggle").click()
79
self.get_element(By.ID, "cb_cf_baud_rates")
80
81
0 commit comments