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
1f396077
Commit
1f396077
authored
Aug 16, 2021
by
JeremyWuuuuu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: packages_and_registries_spec.rb unstable blur trigger issue
- Trigger blur event via blur instead of click on body
parent
0f757067
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
spec/features/groups/settings/packages_and_registries_spec.rb
.../features/groups/settings/packages_and_registries_spec.rb
+3
-2
No files found.
spec/features/groups/settings/packages_and_registries_spec.rb
View file @
1f396077
...
...
@@ -90,9 +90,10 @@ RSpec.describe 'Group Packages & Registries settings' do
expect
(
page
).
to
have_content
(
'Do not allow duplicates'
)
fill_in
'Exceptions'
,
with:
')'
end
# simulate blur event
find
(
'body'
).
click
find
(
'#maven-duplicated-settings-regex-input'
).
native
.
send_keys
(
:tab
)
end
expect
(
page
).
to
have_content
(
'is an invalid regexp'
)
end
...
...
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