提交 8ee50d6b 编写于 作者: S Sanad Liaquat

Use retry to stablize go_to_profile_settings

上级 c2b3f64c
......@@ -57,8 +57,12 @@ module QA
end
def go_to_profile_settings
within_user_menu do
click_link 'Settings'
with_retry(reload: false) do
within_user_menu do
click_link 'Settings'
end
has_text?('User Settings')
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册