Skip to content

Commit 1a376ea

Browse files
committed
Updated default boards list text check
After the addition of boards list placeholder, "Please select your board" appears as the default text in boards list
1 parent 7ddf75c commit 1a376ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebender_testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def get_iframe(self, selector, iframe):
399399
assert self.check_element_exists('#cb_cf_ports') == True
400400

401401
boards_list = WebDriverWait(self.driver, 10).until(
402-
EC.text_to_be_present_in_element_value((By.ID, "cb_cf_boards"), "Arduino Uno")
402+
EC.text_to_be_present_in_element((By.ID, "cb_cf_boards"), "Please select a board")
403403
)
404404

405405
self.driver.switch_to_default_content()

0 commit comments

Comments
 (0)