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
1c6e35df
Commit
1c6e35df
authored
Mar 03, 2021
by
Anastasia McDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary fix for two license tests
See
https://gitlab.com/gitlab-org/gitlab/-/issues/323267
parent
a2e08396
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/ee/page/project/secure/license_compliance.rb
qa/qa/ee/page/project/secure/license_compliance.rb
+2
-2
No files found.
qa/qa/ee/page/project/secure/license_compliance.rb
View file @
1c6e35df
...
...
@@ -29,7 +29,7 @@ module QA
click_element
:license_add_button
expand_select_list
search_and_select_exact
license
click_element
:approved_license_radio
find
(
'.custom-control-label'
,
text:
'Allow'
).
click
click_element
:add_license_submit_button
has_approved_license?
license
...
...
@@ -46,7 +46,7 @@ module QA
click_element
:license_add_button
expand_select_list
search_and_select_exact
license
click_element
:blacklisted_license_radio
find
(
'.custom-control-label'
,
text:
'Deny'
).
click
click_element
:add_license_submit_button
has_denied_license?
license
...
...
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