Skip to content

Commit 0fa104d

Browse files
committed
fix: tests
1 parent 35446cd commit 0fa104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_extension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _login_as(self, browser, construct_url, login, password):
7676
raise Exception('Ooops! Invalid login :/')
7777

7878
def _open_terminal(self, browser):
79-
elem = self._wait_for_element_located(browser, 'terminal')
79+
elem = self._wait_for_element_located(browser, 'terminal', delay=2)
8080
assert elem
8181
browser.execute_script("document.querySelector('.o_terminal')"
8282
+ ".dispatchEvent(new Event('toggle'));")

0 commit comments

Comments
 (0)