Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fd4daa06
Commit
fd4daa06
authored
Sep 24, 2020
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retry clicking delete_key_button if unsuccessful
parent
6c5c5331
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
qa/qa/page/profile/ssh_keys.rb
qa/qa/page/profile/ssh_keys.rb
+5
-2
No files found.
qa/qa/page/profile/ssh_keys.rb
View file @
fd4daa06
...
@@ -38,10 +38,13 @@ module QA
...
@@ -38,10 +38,13 @@ module QA
def
remove_key
(
title
)
def
remove_key
(
title
)
click_link
(
title
)
click_link
(
title
)
# Retrying due to https://gitlab.com/gitlab-org/gitlab/-/issues/255287
retry_on_exception
do
accept_alert
do
accept_alert
do
click_element
(
:delete_key_button
)
click_element
(
:delete_key_button
)
end
end
end
end
end
def
keys_list
def
keys_list
find_element
(
:ssh_keys_list
).
text
find_element
(
:ssh_keys_list
).
text
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment