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 bbd663c commit 3ae2a60Copy full SHA for 3ae2a60
tests/sketch/test_sketch.py
@@ -58,8 +58,8 @@ def test_ports_dropdown(self):
58
def test_run_with_no_port(self):
59
"""Makes sure that there is an error when we attempt to run with no
60
port selected."""
61
- flash_button = self.get_element(By.ID, "usbflash")
+ flash_button = self.get_element(By.ID, "uploadusb")
62
flash_button.click()
63
WebDriverWait(self.driver, FLASH_TIMEOUT).until(
64
- expected_condiditons.text_to_be_present_in_element(
+ expected_conditions.text_to_be_present_in_element(
65
(By.ID, "operation_output"), "Please select a valid port or enable the plugin!!"))
0 commit comments