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 6a1daa2 commit 7f75809Copy full SHA for 7f75809
tests/common/sketch/test_sketch.py
@@ -138,8 +138,7 @@ def test_add_projectfile_direct(self):
138
)
139
create_field = self.get_element(By.ID, 'createfield')
140
create_field.send_keys('test_file.txt')
141
- create_button = self.get_element(By.ID, 'createbutton')
142
- create_button.click()
+ create_field.send_keys(Keys.ENTER)
143
WebDriverWait(self.driver, VERIFY_TIMEOUT).until(
144
expected_conditions.invisibility_of_element_located(
145
(By.ID, "creationModal")
0 commit comments