Skip to content
代码片段 群组 项目
未验证 提交 d85fd27e 编辑于 作者: Chloe Liu's avatar Chloe Liu 提交者: GitLab
浏览文件

Merge branch 'jmd/e2e-fix-github-otp' into 'master'

[E2E] Set old_otp variable to use current_otp

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142031



Merged-by: default avatarChloe Liu <yliu@gitlab.com>
Approved-by: default avatarChloe Liu <yliu@gitlab.com>
Co-authored-by: default avatarJohn McDonnell <jmcdonnell@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -15,7 +15,7 @@ def login
fill_in 'app_otp', with: current_otp
if has_text?('Two-factor authentication failed', wait: 2)
new_otp = OnePassword::CLI.instance.new_otp(otp)
new_otp = OnePassword::CLI.instance.new_otp(current_otp)
fill_in 'app_otp', with: new_otp
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册