Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Feb 12, 2024
1 parent 35446cd commit 0fa104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _login_as(self, browser, construct_url, login, password):
raise Exception('Ooops! Invalid login :/')

def _open_terminal(self, browser):
elem = self._wait_for_element_located(browser, 'terminal')
elem = self._wait_for_element_located(browser, 'terminal', delay=2)
assert elem
browser.execute_script("document.querySelector('.o_terminal')"
+ ".dispatchEvent(new Event('toggle'));")
Expand Down

0 comments on commit 0fa104d

Please sign in to comment.