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 2ddea6f commit 563430fCopy full SHA for 563430f
codebender_testing/utils.py
@@ -664,7 +664,12 @@ def create_sketch(self, name):
664
headingInput.send_keys(Keys.ENTER)
665
WebDriverWait(self.driver, VERIFY_TIMEOUT).until(
666
expected_conditions.invisibility_of_element_located(
667
- (By.CSS_SELECTOR, "#editor_heading_project_name i")
+ (By.CSS_SELECTOR, "#editor_heading_project_working")
668
+ )
669
670
+ WebDriverWait(self.driver, VERIFY_TIMEOUT).until(
671
+ expected_conditions.text_to_be_present_in_element(
672
+ (By.ID, "operation_output"), 'Name successfully changed!'
673
)
674
675
0 commit comments