BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f6bfee6b
Unverified
Commit
f6bfee6b
authored
May 02, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure the user is logged out before they're logged in again
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
75f6e91f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
user_uses_slash_commands_spec.rb
spec/features/issues/user_uses_slash_commands_spec.rb
+3
-1
No files found.
spec/features/issues/user_uses_slash_commands_spec.rb
View file @
f6bfee6b
...
...
@@ -178,9 +178,10 @@ feature 'Issues > User uses quick actions', :js do
end
context
'when the project is valid but the user not authorized'
do
let
(
:project_unauthorized
)
{
create
(
:project
,
:public
)
}
let
(
:project_unauthorized
)
{
create
(
:project
,
:public
)
}
before
do
gitlab_sign_out
sign_in
(
user
)
visit
project_issue_path
(
project
,
issue
)
end
...
...
@@ -195,6 +196,7 @@ feature 'Issues > User uses quick actions', :js do
context
'when the project is invalid'
do
before
do
gitlab_sign_out
sign_in
(
user
)
visit
project_issue_path
(
project
,
issue
)
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