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
5093456c
Commit
5093456c
authored
May 20, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a flaky test by not checking the flash notice
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c9cf866d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
spec/features/projects/settings/user_manages_merge_requests_settings_spec.rb
...cts/settings/user_manages_merge_requests_settings_spec.rb
+4
-2
No files found.
spec/features/projects/settings/user_manages_merge_requests_settings_spec.rb
View file @
5093456c
...
...
@@ -116,7 +116,8 @@ RSpec.describe 'Projects > Settings > User manages merge request settings' do
click_on
(
'Save changes'
)
end
find
(
'.flash-notice'
)
wait_for_all_requests
checkbox
=
find_field
(
'project_printing_merge_request_link_enabled'
)
expect
(
checkbox
).
not_to
be_checked
...
...
@@ -139,7 +140,8 @@ RSpec.describe 'Projects > Settings > User manages merge request settings' do
click_on
(
'Save changes'
)
end
find
(
'.flash-notice'
)
wait_for_all_requests
checkbox
=
find_field
(
'project_remove_source_branch_after_merge'
)
expect
(
checkbox
).
not_to
be_checked
...
...
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