Skip to content

Commit

Permalink
fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Dec 19, 2024
1 parent 5d42fca commit 6001b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tir/technologies/webapp_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6285,7 +6285,7 @@ def fill_grid(self, field, x3_dictionaries, initial_layer, duplicate_fields=[]):
logger().debug('Trying to select cell in grid!')
self.scroll_to_element(selenium_column())
self.click(selenium_column(),
click_type=enum.ClickType.ACTIONCHAINS)
click_type=enum.ClickType.ACTIONCHAINS)
self.set_element_focus(selenium_column())

endtime_open_cell = time.time() + self.config.time_out / 3
Expand Down

0 comments on commit 6001b5d

Please sign in to comment.