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
f6884187
Commit
f6884187
authored
Jul 28, 2021
by
Tiffany Rea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding reload page as temporary workaround
parent
04bee751
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
qa/qa/specs/features/ee/browser_ui/secure/merge_request_license_widget_spec.rb
...ee/browser_ui/secure/merge_request_license_widget_spec.rb
+4
-1
No files found.
qa/qa/specs/features/ee/browser_ui/secure/merge_request_license_widget_spec.rb
View file @
f6884187
...
...
@@ -103,9 +103,12 @@ module QA
Page
::
MergeRequest
::
Show
.
perform
do
|
show
|
# Give time for the runner to complete pipeline
show
.
has_pipeline_status?
(
'passed'
)
Support
::
Retrier
.
retry_until
(
max_attempts:
5
,
sleep_interval:
5
)
do
# TODO: Remove the reload_page: once https://gitlab.com/gitlab-org/gitlab/-/issues/335227 is fixed
Support
::
Retrier
.
retry_until
(
max_attempts:
5
,
sleep_interval:
5
,
reload_page:
show
)
do
show
.
wait_for_license_compliance_report
end
show
.
click_manage_licenses_button
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