Skip to content

Commit

Permalink
fix method call
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Mar 21, 2024
1 parent 4121bcf commit f8ab800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolium/visual_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def assert_screenshot(self, element, filename, file_suffix=None, threshold=0, ex

# Search elements
web_element = self.utils.get_web_element(element)
exclude_web_elements = _get_exclude_web_elements(self, exclude_elements)
exclude_web_elements = self._get_exclude_web_elements(self, exclude_elements)

baseline_path = os.path.join(self.baseline_directory, '{}.png'.format(filename))
filename_with_suffix = '{0}__{1}'.format(filename, file_suffix) if file_suffix else filename
Expand Down

0 comments on commit f8ab800

Please sign in to comment.