Skip to content

Commit 6555ef4

Browse files
committed
Added on more expected message at walkthrough page 4 test.
1 parent bd74b8e commit 6555ef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/walkthrough/test_walkthrough.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def test_page_4(self):
5454
assert cb_cf_operation_output.text.strip() in [
5555
'Please select a valid port!',
5656
'The specified port might not be available. Please check if it is used by another application. If the problem persists, unplug your device and plug it again. More Info',
57-
'An error occurred while connecting to your device. Please try again.'
57+
'An error occurred while connecting to your device. Please try again.',
58+
'Could not connect to your device. Make sure that you have connected it properly, that you have selected the correct settings (device type and port) and try again. More Info'
5859
]
5960
board_image = self.get_element(By.CSS_SELECTOR, '#arduinoImg')
6061
assert board_image.is_displayed()

0 commit comments

Comments
 (0)