File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ def redirect_to_about_logins_page(self) -> BasePage:
169
169
Opens the about:logins page by clicking the Password option in Hamburger Menu"
170
170
"""
171
171
self .open_panel_menu ()
172
+ # Bug 1974080
173
+ if self .sys_platform () == "Windows" :
174
+ sleep (2 )
172
175
self .get_element ("password-button" ).click ()
173
176
return self
174
177
@@ -284,10 +287,8 @@ def reopen_recently_closed_tabs(self) -> BasePage:
284
287
sleep (2 )
285
288
self .click_on ("panel-ui-history" )
286
289
287
- self .element_clickable ("panel-ui-history-recently-closed" )
288
290
self .click_on ("panel-ui-history-recently-closed" )
289
291
290
- self .element_clickable ("panel-ui-history-recently-closed-reopen-tabs" )
291
292
self .click_on ("panel-ui-history-recently-closed-reopen-tabs" )
292
293
293
294
return self
You can’t perform that action at this time.
0 commit comments