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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
245f237d
Commit
245f237d
authored
Aug 05, 2016
by
Adam Niedzielski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec for adding member.
parent
895c3c55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb
...s/members/master_adds_member_with_expiration_date_spec.rb
+2
-2
No files found.
spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb
View file @
245f237d
...
...
@@ -16,12 +16,12 @@ feature 'Projects > Members > Master adds member with expiration date', feature:
scenario
'expiration date is displayed in the members list'
do
page
.
within
".users-project-form"
do
select2
(
new_member
.
id
,
from:
"#user_ids"
,
multiple:
true
)
fill_in
"Access expiration date"
,
with:
"2016-08-02"
fill_in
"Access expiration date"
,
with:
4
.
days
.
from_now
click_on
"Add users to project"
end
page
.
within
".project_member:first-child"
do
expect
(
page
).
to
have_content
(
"
Access expires Aug 2, 2016
"
)
expect
(
page
).
to
have_content
(
"
Expires in 4 days
"
)
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