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
5ca73bea
Commit
5ca73bea
authored
Aug 11, 2020
by
manojmj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove usage of `sign_out_if_signed_in `
parent
4974792b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
qa/qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb
...ser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb
+0
-2
No files found.
qa/qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb
View file @
5ca73bea
...
@@ -30,7 +30,6 @@ module QA
...
@@ -30,7 +30,6 @@ module QA
it
'adds the new member with access level as set in SAML SSO configuration'
do
it
'adds the new member with access level as set in SAML SSO configuration'
do
managed_group_url
=
Flow
::
Saml
.
enable_saml_sso
(
@group
,
@saml_idp_service
,
default_membership_role
)
managed_group_url
=
Flow
::
Saml
.
enable_saml_sso
(
@group
,
@saml_idp_service
,
default_membership_role
)
page
.
visit
Runtime
::
Scenario
.
gitlab_address
Page
::
Main
::
Menu
.
perform
(
&
:sign_out_if_signed_in
)
Page
::
Main
::
Menu
.
perform
(
&
:sign_out_if_signed_in
)
Flow
::
Login
.
sign_in
(
as:
user
)
Flow
::
Login
.
sign_in
(
as:
user
)
...
@@ -43,7 +42,6 @@ module QA
...
@@ -43,7 +42,6 @@ module QA
member_details
=
@group
.
list_members
.
find
{
|
item
|
item
[
'username'
]
==
user
.
username
}
member_details
=
@group
.
list_members
.
find
{
|
item
|
item
[
'username'
]
==
user
.
username
}
expect
(
member_details
[
'access_level'
]).
to
eq
(
Resource
::
Members
::
AccessLevel
::
DEVELOPER
)
expect
(
member_details
[
'access_level'
]).
to
eq
(
Resource
::
Members
::
AccessLevel
::
DEVELOPER
)
Page
::
Main
::
Menu
.
perform
(
&
:sign_out_if_signed_in
)
end
end
end
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