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 3a70d0a commit 2b0b4ffCopy full SHA for 2b0b4ff
2 files changed
src/google_flight_analysis/scrape/chrome_wrapper.py
@@ -137,6 +137,6 @@ def find_elements(self, query):
137
138
# condition = lambda result, args: result == args...
139
def assertion(self, func, condition_func, *func_args, **condition_func_args):
140
- assert condition_func(getattr(self.web_element, func)(*args), **condition_func_args)
+ assert condition_func(getattr(self.web_element, func)(*func_args), **condition_func_args)
141
142
return self
0 commit comments