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
701d6125
Commit
701d6125
authored
Dec 03, 2019
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move spec to Plan and improve description
parent
dc7aadbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/browser_ui/2_plan/email/trigger_email_notification_spec.rb
...rowser_ui/2_plan/email/trigger_email_notification_spec.rb
+3
-3
No files found.
qa/qa/specs/features/browser_ui/
1_manage/mail/trigger_
mail_notification_spec.rb
→
qa/qa/specs/features/browser_ui/
2_plan/email/trigger_e
mail_notification_spec.rb
View file @
701d6125
# frozen_string_literal: true
module
QA
context
'
Manage
'
,
:orchestrated
,
:smtp
do
describe
'
mail n
otification'
do
context
'
Plan
'
,
:orchestrated
,
:smtp
do
describe
'
Email N
otification'
do
let
(
:user
)
do
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
end
...
...
@@ -17,7 +17,7 @@ module QA
Flow
::
Login
.
sign_in
end
it
'
user receives email
for project invitation'
do
it
'
is received by a user
for project invitation'
do
Flow
::
Project
.
add_member
(
project:
project
,
username:
user
.
username
)
expect
(
page
).
to
have_content
(
/@
#{
user
.
username
}
(\n| )?Given access/
)
...
...
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