Skip to content

Commit dc858db

Browse files
committed
Add condition for timing issue
1 parent c7c33d6 commit dc858db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/browser_object_panel_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def open_history_menu(self) -> BasePage:
167167
def open_clear_history_dialog(self) -> BasePage:
168168
"""Opens the clear history dialog and switches to iframe context"""
169169
self.open_history_menu()
170+
self.element_visible("clear-recent-history")
170171
self.element_clickable("clear-recent-history")
171172
self.click_on("clear-recent-history")
172173

0 commit comments

Comments
 (0)